Update .gitlab-ci.yml

This commit is contained in:
Swann Martinez
2020-03-11 22:36:26 +00:00
parent ffb6c397b8
commit 624f67a621

View File

@ -1,19 +1,6 @@
image: python:latest
before_script:
- python -V # Print out python version for debugging
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
test:
script:
- python setup.py test
- pip install tox flake8 # you can also use tox
- tox -e py36,flake8
run:
build:
script:
- cd multi-user
- rm -rf cache tests .git .gitignore .gitmodules docs