Remove CircleCI 1.1

This commit is contained in:
rocky
2018-06-26 22:36:31 -04:00
parent 1f8a5dfa06
commit b94d67e99a

View File

@@ -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_[f-i]*.py'