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
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: "3.7"
|
||||
dist: xenial
|
||||
sudo: required
|
||||
dist: xenial
|
||||
sudo: required
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
|
||||
install:
|
||||
- pip install --upgrade setuptools pip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue