You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
24 lines
313 B
YAML
24 lines
313 B
YAML
language: python
|
|
|
|
sudo: false
|
|
|
|
python:
|
|
- '3.5'
|
|
- '2.7.12'
|
|
- '2.6'
|
|
- '3.3'
|
|
- '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
|
|
|
|
# blacklist
|
|
branches:
|
|
except:
|
|
- data-driven-pytest
|