Files
python-uncompyle6/circle.yml
2018-05-19 11:59:55 -04:00

16 lines
397 B
YAML

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'