Require a sufficiently recent version of pytest

This commit is contained in:
Kodi Arfer 2017-08-18 12:17:19 -07:00
parent 1dff8811df
commit 55a8e8e452
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,6 @@ python:
- "3.6"
- pypy
install:
- pip install --upgrade pytest
- pip install -r requirements-travis.txt
- pip install -e .
script: pytest

View File

@ -1,9 +1,9 @@
-r requirements-travis.txt
# test tools
pytest
tox
# documentation
Pygments>=1.6
Pygments >= 1.6
Sphinx
sphinx_rtd_theme

View File

@ -1,3 +1,5 @@
pytest >= 3.2.1
# code quality
flake8
coverage