Skip to content
Snippets Groups Projects

L2SS-259: Integrate unit tests using Continuous Integration (CI)

Merged L2SS-259: Integrate unit tests using Continuous Integration (CI)
All threads resolved!
Merged Corné Lukken requested to merge L2SS-259-ci-unit-tests into master
All threads resolved!
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -18,6 +18,5 @@ linting:
- tox -e pep8
unit_test:
stage: unit-tests
# image: python:3.6-buster
script:
- tox -e py36
\ No newline at end of file
- tox -e py37
\ No newline at end of file
Loading