python-uncompyle6/circle.yml
2018-01-06 22:39:40 -05:00

14 lines
266 B
YAML

machine:
python:
version: 2.7.10
environment:
COMPILE: --compile
dependencies:
override:
- pip install -e .
- pip install pytest==3.2.5 hypothesis
test:
override:
- python ./setup.py develop && make check-2.7