You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
19 lines
402 B
YAML
19 lines
402 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.7 # this is a cheat here because travis doesn't do 2.4-2.6
|
|
|
|
install:
|
|
# Remove the next line when xdis 6.0.0 is released
|
|
# - pip install git://github.com/rocky/python-xdis.git#egg=xdis
|
|
- pip install -e .
|
|
- pip install -r requirements-dev.txt
|
|
|
|
script:
|
|
- python ./setup.py develop && COMPILE='--compile' make check
|
|
|
|
# blacklist
|
|
branches:
|
|
except:
|
|
- data-driven-pytest
|