Skip to content

Commit 66c9285

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-1
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

+1-1
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)