Skip to content

Commit

Permalink
Add support for testing Python 3.2 & 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdarrow committed Dec 3, 2015
1 parent ef3dbce commit 9927b86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install:
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 = py26, py27, py34
envlist = py26, py27, py32, py33, py34

[testenv]
deps =
Expand Down

0 comments on commit 9927b86

Please sign in to comment.