Require a sufficiently recent version of pytest
This commit is contained in:
parent
1dff8811df
commit
55a8e8e452
@ -7,7 +7,6 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
- pypy
|
- pypy
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pytest
|
|
||||||
- pip install -r requirements-travis.txt
|
- pip install -r requirements-travis.txt
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script: pytest
|
script: pytest
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
-r requirements-travis.txt
|
-r requirements-travis.txt
|
||||||
|
|
||||||
# test tools
|
# test tools
|
||||||
pytest
|
|
||||||
tox
|
tox
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
pytest >= 3.2.1
|
||||||
|
|
||||||
# code quality
|
# code quality
|
||||||
flake8
|
flake8
|
||||||
coverage
|
coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user