diff --git a/circle.yml b/circle.yml deleted file mode 100644 index bc59f1cc..00000000 --- a/circle.yml +++ /dev/null @@ -1,15 +0,0 @@ -machine: - python: - version: 2.7.10 - environment: - COMPILE: --compile - -dependencies: - override: - - pip install --upgrade setuptools - - pip install -e . - - pip install pytest==3.2.5 hypothesis -test: - override: - - python ./setup.py develop && make check-2.7 - - cd ./test/stdlib && pyenv local 2.7.10 && bash ./runtests.sh 'test_[p-z]*.py'