added python 3.6 back to travis config

This commit is contained in:
Jenny Danzmayr 2018-11-29 17:51:12 +01:00
parent fa492786d7
commit e059d3a9bd

View file

@ -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