Skip to content

Commit

Permalink
Don't test 3.2 on travis.yml
Browse files Browse the repository at this point in the history
Many of the libraries we depend on don't support
python3.2 (requests), so we can't support python3.2 either.
jamesls committed Jun 14, 2013
1 parent 8190018 commit a2c09b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi

0 comments on commit a2c09b6

Please sign in to comment.