Skip to content

Commit 9266f7c

Browse files
committed
Run Tests with python 3.5
Update tox.ini and .travis.yml to support python 3.5
1 parent d7f33ec commit 9266f7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: python
33
python:
44
- "2.7"
55
- "3.4"
6+
- "3.5"
67
# command to install dependencies
78
install:
89
- "pip install -r requirements.txt"

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
2-
envlist = py27, py34
2+
envlist = py27, py34, py35
33

44
[testenv]
55
deps=-r{toxinidir}/requirements.txt
66
-r{toxinidir}/test-requirements.txt
77

88
commands=
99
nosetests \
10-
[]
10+
[]

0 commit comments

Comments
 (0)