Files
python-uncompyle6/.travis.yml
2016-05-05 04:14:03 -04:00

19 lines
255 B
YAML

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