Skip to content

Commit 08e7eb5

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 7f189f8 + f5fd711 commit 08e7eb5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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: 2 additions & 2 deletions
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 =
@@ -10,7 +10,7 @@ commands =
1010
{envbindir}/nosetests -q
1111
{toxinidir}/flake8-run.sh
1212
install_command =
13-
pip install --allow-external Genshi --allow-insecure Genshi {opts} {packages}
13+
pip install {opts} {packages}
1414

1515
[testenv:pypy]
1616
# lxml doesn't work and datrie doesn't make sense

0 commit comments

Comments
 (0)