Files
python-uncompyle6/.travis.yml
2019-11-10 12:16:04 -05:00

17 lines
287 B
YAML

language: python
python:
- 2.7 # this is a cheat here because travis doesn't do 2.4-2.6
install:
- pip install -e .
- pip install -r requirements-dev.txt
script:
- python ./setup.py develop && COMPILE='--compile' make check
# blacklist
branches:
except:
- data-driven-pytest