Skip to content

Commit 66c9285

Browse files
bauerjecdsa
authored andcommitted
Let travis run the test using Python3
1 parent f1a8c0b commit 66c9285

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
sudo: false
22
language: python
33
python:
4-
- "2.7"
4+
- "3.5"
5+
- "3.6"
56
install:
67
- pip install tox
8+
- pip install tox-travis
79
script:
810
- tox
911
after_success:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py34
2+
envlist = py35, py36
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)