Skip to content

Commit

Permalink
test against python 3.4 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
peritus committed May 12, 2014
1 parent ad652a6 commit 349aa3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
- TOX_ENV=py27-configparser
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
install:
- git config --global user.email "bumpversion-test-git@travis.ci"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py33, py32, py27, py27-configparser, pypy
envlist = py34, py33, py32, py27, py27-configparser, pypy

[testenv]
deps=
Expand Down

0 comments on commit 349aa3f

Please sign in to comment.