mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
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:
parent
22831a1ac8
commit
69b3a6c7dd
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue