Skip to content

Commit

Permalink
Add Python 3.4 to Tox and Travis configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Sep 3, 2014
1 parent 9a7b2be commit 67a0a0c
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 @@ -4,6 +4,7 @@ python:
- 2.7
- pypy
- 3.3
- 3.4
before_script:
- pip install -r requirements.txt
script: py.test
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pypy,py33
envlist = py26,py27,pypy,py33,py34

[testenv]
deps = -r{toxinidir}/requirements.txt
Expand Down

0 comments on commit 67a0a0c

Please sign in to comment.