Files
python-uncompyle6/.travis.yml

10 lines
119 B
YAML

language: python
sudo: false
python:
- '2.7'
script:
- python ./setup.py develop && COMPILE='--compile' make test