CircleCI again

This commit is contained in:
rocky
2018-01-06 22:39:40 -05:00
parent ba28c39ed7
commit 5a0fabb84f

View File

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