mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-12-04 02:52:03 +00:00
25 lines
308 B
YAML
25 lines
308 B
YAML
language: python
|
|
|
|
sudo: false
|
|
|
|
python:
|
|
- '3.5'
|
|
- '2.7.12'
|
|
- '2.6'
|
|
- '3.3'
|
|
- '3.4'
|
|
- '3.2'
|
|
- '3.6'
|
|
|
|
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
|