Skip to content

Commit

Permalink
No longer support python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spulec committed Jan 17, 2013
1 parent 035bdbf commit 587e44f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,8 @@ language: python
python: python:
- 2.6 - 2.6
- 2.7 - 2.7
- 3.2
- 3.3 - 3.3
script: make travis script: make travis
install: install:
- pip install . - pip install .
- pip install -r requirements.txt - pip install -r requirements.txt

0 comments on commit 587e44f

Please sign in to comment.