CircleCI again

This commit is contained in:
rocky
2018-01-06 22:36:48 -05:00
parent f0c8601c9e
commit ba28c39ed7

View File

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