You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
15 lines
188 B
YAML
15 lines
188 B
YAML
language: python
|
|
|
|
sudo: false
|
|
|
|
python:
|
|
- '2.6'
|
|
- '2.7'
|
|
- '3.4'
|
|
|
|
install:
|
|
- pip install -r requirements-dev.txt
|
|
|
|
script:
|
|
- python ./setup.py develop && COMPILE='--compile' make check
|