Skip to content

Commit b8631d3

Browse files
committed
Run tests with python 3.4, thanks Travis!
travis-ci/travis-ci#1989
1 parent 3ddc241 commit b8631d3

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ env:
55
- TOX_ENV=py33-1.7.x
66
- TOX_ENV=py33-1.6.x
77
- TOX_ENV=py33-1.5.x
8+
- TOX_ENV=py34-master
9+
- TOX_ENV=py34-1.7.x
10+
- TOX_ENV=py34-1.6.x
11+
- TOX_ENV=py34-1.5.x
812
- TOX_ENV=pypy-master
913
- TOX_ENV=pypy-1.7.x
1014
- TOX_ENV=pypy-1.6.x

tox.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,22 @@ deps = {[testenv]deps17}
5454
basepython = python3.3
5555
deps = {[testenv]master}
5656

57+
[testenv:py34-1.5.x]
58+
basepython = python3.4
59+
deps = {[testenv]deps15}
60+
61+
[testenv:py34-1.6.x]
62+
basepython = python3.4
63+
deps = {[testenv]deps16}
64+
65+
[testenv:py34-1.7.x]
66+
basepython = python3.4
67+
deps = {[testenv]deps17}
68+
69+
[testenv:py34-master]
70+
basepython = python3.4
71+
deps = {[testenv]master}
72+
5773
[testenv:pypy-1.5.x]
5874
basepython = pypy
5975
deps = {[testenv]deps17}

0 commit comments

Comments
 (0)