Files
python-uncompyle6/.travis.yml
2016-05-22 01:03:59 +02:00

24 lines
308 B
YAML

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