Skip to content

Commit

Permalink
Test Python 3.4 with Travis as well
Browse files Browse the repository at this point in the history
Err supports Python 3.3+, so best to test all Python versions Travis
supports, just in case there is ever a difference between the various
3.x versions that causes incompatibilities.
  • Loading branch information
zoni committed Jul 19, 2014
1 parent e9a1e35 commit 7b0f6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: python
python:
- "2.7"
- "3.3"
- "3.4"

before_script:
- cp errbot/config-travisci.py config.py
Expand Down

0 comments on commit 7b0f6c1

Please sign in to comment.