|
@ -5,7 +5,12 @@ cache: pip |
|
|
python: |
|
|
python: |
|
|
- '2.7' |
|
|
- '2.7' |
|
|
- '3.6' |
|
|
- '3.6' |
|
|
- '3.7' |
|
|
|
|
|
|
|
|
matrix: |
|
|
|
|
|
include: |
|
|
|
|
|
- python: 3.7 |
|
|
|
|
|
dist: xenial |
|
|
|
|
|
sudo: true |
|
|
|
|
|
|
|
|
install: |
|
|
install: |
|
|
- pip install -U pip setuptools |
|
|
- pip install -U pip setuptools |
|
@ -14,5 +19,3 @@ install: |
|
|
script: |
|
|
script: |
|
|
- python setup.py test |
|
|
- python setup.py test |
|
|
- flake8 disco/ |
|
|
- flake8 disco/ |
|
|
|
|
|
|
|
|
dist: xenial |
|
|
|
|
|