Files
python-uncompyle6/.travis.yml
2019-06-11 11:16:45 -04:00

25 lines
378 B
YAML

language: python
python:
- '3.5'
- '2.7'
- '3.4'
- '3.6'
matrix:
include:
- python: '3.7'
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
install:
- pip install -e .
- pip install -r requirements-dev.txt
script:
- python ./setup.py develop && COMPILE='--compile' make check
# blacklist
branches:
except:
- data-driven-pytest