diff --git a/circle.yml b/circle.yml index e73f48e1..c76704b2 100644 --- a/circle.yml +++ b/circle.yml @@ -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