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 sudo: false
language: python language: python
python: python:
- "3.5"
- "3.6" - "3.6"
install: pip install tox-travis install: pip install tox-travis
script: tox script: tox

View file

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