Even more changes to travis script. Does it work now?

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 14:30:51 +02:00
parent f5a0a3d4f1
commit 231480962f
2 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -11,7 +11,6 @@ python:
- "3.7" - "3.7"
# - "3.8-dev" # - "3.8-dev"
install: install:
- pip install -r dependencies.txt - pip install -r requirements.txt
- python setup.py -q install
script: script:
- pytest - pytest -m pytest -v