Files
python-uncompyle6/.travis.yml
2015-12-26 19:32:32 -05:00

15 lines
188 B
YAML

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