Remove support for Python 3.5

This commit is contained in:
Joakim Soderlund 2017-08-01 16:19:54 +02:00
parent 935f8c7c66
commit 9e6d1b76c7
2 changed files with 0 additions and 3 deletions

View file

@ -1,7 +1,6 @@
sudo: false
language: python
python:
- "3.5"
- "3.6"
install: pip install tox-travis
script: tox

View file

@ -1,12 +1,10 @@
[tox]
envlist =
py35
py36
flake
[travis]
python =
3.5: py35
3.6: py36, flake
[testenv]