Skip to content

Commit

Permalink
Support py3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
lndbrg committed Aug 14, 2014
1 parent a429e17 commit 075f5c0
Show file tree
Hide file tree
Showing 3 changed files with 3 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"
- "3.2"
- "3.3"
- "3.4"
install:
# Self-install for setup.py-driven deps
- pip install -e .
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
**kw
)
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,py32,py33
envlist = py26,py27,py32,py33,py34

[testenv]
commands = pip install --use-mirrors -q -r tox-requirements.txt
Expand Down

0 comments on commit 075f5c0

Please sign in to comment.