Files
python-uncompyle6/.travis.yml
2016-12-10 07:32:56 -05:00

24 lines
313 B
YAML

language: python
sudo: false
python:
- '3.5'
- '2.7.12'
- '2.6'
- '3.2'
- '3.3'
- '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