Skip to content

Commit

Permalink
add python 3.3 and 3.4 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Dechaume committed Jul 29, 2014
1 parent 58589bb commit c4d68a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
# - "3.3"
# - "3.4"
- "3.3"
- "3.4"
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
install:
Expand Down

0 comments on commit c4d68a5

Please sign in to comment.