Update travis config and python to newer versions

This commit is contained in:
Sam 2018-03-05 09:21:00 -05:00
parent 02ddd872d2
commit b93aaa8956
2 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,12 @@
language: python
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
install:
- pip install tox
script:

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,py34
envlist = py27,py35,py36
[testenv]
deps =