You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
229 B
20 lines
229 B
language: python
|
|
|
|
cache: pip
|
|
|
|
python:
|
|
- '2.7'
|
|
- '3.6'
|
|
|
|
matrix:
|
|
include:
|
|
- python: 3.7
|
|
dist: xenial
|
|
sudo: true
|
|
|
|
install:
|
|
- pip install -U pip setuptools flake8
|
|
|
|
script:
|
|
- python setup.py test
|
|
- flake8 disco/
|
|
|