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