Browse Source

Update .travis.yml

pull/111/head
Watchful1 7 years ago
parent
commit
f6c9f6066f
  1. 3
      .travis.yml

3
.travis.yml

@ -4,6 +4,7 @@ cache: pip
python: python:
- '2.7' - '2.7'
- '3.6'
- '3.7' - '3.7'
install: install:
@ -13,3 +14,5 @@ install:
script: script:
- python setup.py test - python setup.py test
- flake8 disco/ - flake8 disco/
dist: xenial

Loading…
Cancel
Save