See if pytest 3.2.5 works

This commit is contained in:
rocky
2018-01-06 22:31:23 -05:00
parent 78d1b5e0e0
commit f0c8601c9e

View File

@@ -7,7 +7,7 @@ machine:
dependencies:
override:
- pip install -e .
- pip install pytest
- pip install pytest=3.2.5
test:
override:
- python ./setup.py develop && make check-2.7