Update .gitlab-ci.yml

This commit is contained in:
Tim Bentley 2020-06-21 07:28:23 +00:00
parent 13061e46a9
commit a2dee2650b
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ before_script:
test:
script:
- flake8
- python setup.py test
- pip install tox flake8 # you can also use tox
- tox -e py36,flake8