Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
travis: Don't test against Python 3.2
Browse files Browse the repository at this point in the history
Some dependencies, including oauth2, don't currently
work against Python 3.2
  • Loading branch information
Ethan McCreadie committed Aug 14, 2012
1 parent ed6f20d commit 746044b
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
Expand Up @@ -3,7 +3,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"

install: "pip install . --use-mirrors"

Expand Down

0 comments on commit 746044b

Please sign in to comment.