Files
python-uncompyle6/.travis.yml
2016-04-27 23:09:30 -04:00

17 lines
232 B
YAML

language: python
sudo: false
python:
- '2.6'
- '2.7'
- '3.4'
- '3.5'
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
script:
- python ./setup.py develop && COMPILE='--compile' make check