Skip to content

Commit

Permalink
Enable Python 3.4 for Travis
Browse files Browse the repository at this point in the history
Gwildor committed Oct 12, 2014
1 parent e4ba082 commit 2ba739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
# - "3.4"
- "3.4"
# command to install dependencies
install: "pip install irc pytest-cov coveralls"
# command to run tests

0 comments on commit 2ba739c

Please sign in to comment.