Skip to content

Commit 40bd20b

Browse files
authored
Merge pull request #17 from altendky/py3
Enable testing on python 3.4, 3.5, and 3.6
2 parents 28df3af + 3b0aa55 commit 40bd20b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: python
22
python:
33
- "2.7"
44
- "2.6"
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
58

69
install:
710
- pip install tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,linting
2+
envlist = py{26,27,34,35,36},linting
33

44

55
[testenv]

0 commit comments

Comments
 (0)