Let travis run the test using Python3

This commit is contained in:
Johann Bauer 2017-02-24 21:50:54 +01:00 committed by ThomasV
parent f1a8c0b0e6
commit 66c928572a
2 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
sudo: false sudo: false
language: python language: python
python: python:
- "2.7" - "3.5"
- "3.6"
install: install:
- pip install tox - pip install tox
- pip install tox-travis
script: script:
- tox - tox
after_success: after_success:

View File

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