Files
python-uncompyle6/.travis.yml
rocky 6caa2c12fa Remove pypy3 add python 3.2 testing
Reorder list for testing preference
2016-05-05 04:45:00 -04:00

18 lines
242 B
YAML

language: python
sudo: false
python:
- '3.5'
- '2.7'
- '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