Skip to content

Commit f5fd711

Browse files
committed
Add Python 3.4 to Travis and tox.
1 parent 9e730ff commit f5fd711

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "2.7"
55
- "3.2"
66
- "3.3"
7+
- "3.4"
78
- "pypy"
89

910
env:
@@ -14,12 +15,12 @@ matrix:
1415
exclude:
1516
- python: "2.7"
1617
env: USE_OPTIONAL=false
17-
- python: "3.3"
18+
- python: "3.4"
1819
env: USE_OPTIONAL=false
1920
include:
2021
- python: "2.7"
2122
env: USE_OPTIONAL=false FLAKE=true
22-
- python: "3.3"
23+
- python: "3.4"
2324
env: USE_OPTIONAL=false FLAKE=true
2425

2526
before_install:

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,py32,py33,pypy
2+
envlist = py26,py27,py32,py33,py34,pypy
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)