Skip to content

Commit

Permalink
Perform Travis tests for Python 2.6, 2.7, 3.2, and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gleitz committed Feb 27, 2013
1 parent f41e7c7 commit 95ff27e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
Expand Down

0 comments on commit 95ff27e

Please sign in to comment.