python-uncompyle6/.travis.yml
2016-05-28 01:16:25 -04:00

22 lines
293 B
YAML

language: python
sudo: false
python:
- '3.5'
- '2.7.11'
- '2.6'
- '3.4'
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
script:
- python ./setup.py develop && COMPILE='--compile' make check
# blacklist
branches:
except:
- data-driven-pytest