added python 3.6 back to travis config
This commit is contained in:
parent
fa492786d7
commit
e059d3a9bd
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.travis.yml
|
@ -2,11 +2,12 @@ language: python
|
||||||
|
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
matrix:
|
dist: xenial
|
||||||
include:
|
sudo: required
|
||||||
- python: "3.7"
|
|
||||||
dist: xenial
|
python:
|
||||||
sudo: required
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade setuptools pip
|
- pip install --upgrade setuptools pip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue