Skip to content

Commit 619bca2

Browse files
committed
Use Python3.4 on travis.
1 parent 3213703 commit 619bca2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ env: # These should match the tox env list
33
- TOXENV=py26
44
- TOXENV=py27
55
- TOXENV=py33
6+
- TOXENV=py34
67
- TOXENV=pypy
78
install: pip install tox --use-mirrors
89
script: tox

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'Programming Language :: Python :: 2.6',
1818
'Programming Language :: Python :: 2.7',
1919
'Programming Language :: Python :: 3.3',
20+
'Programming Language :: Python :: 3.4',
2021
'Programming Language :: Python :: Implementation :: PyPy',
2122
],
2223

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
project = pre_commit
33
# These should match the travis env list
4-
envlist = py26,py27,py33,pypy
4+
envlist = py26,py27,py33,py34,pypy
55

66
[testenv]
77
install_command = pip install --use-wheel {opts} {packages}

0 commit comments

Comments
 (0)