Got rid of Python 3.6 test suite

This commit is contained in:
Fabio Manganiello 2019-07-29 11:30:07 +02:00
parent dcb4a36959
commit b8f936e440
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
language: python
dist: xenial
python:
- "3.6"
- "3.7"
install: "pip install -r .travis.requirements"