Run pytest manually

python setup.py test appeared to still download a bunch of stuff
https://travis-ci.org/simonw/datasette/jobs/395306188
This commit is contained in:
Simon Willison 2018-06-21 19:59:26 -07:00
commit 69b3a6c7dd
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -8,8 +8,8 @@ python:
# Executed for 3.5 AND 3.5 as the first "test" stage: # Executed for 3.5 AND 3.5 as the first "test" stage:
script: script:
- pip install -U pip wheel - pip install -U pip wheel
- pip install . - pip install .[test]
- python setup.py test - pytest
cache: cache:
directories: directories: