Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Update .travis.yml.
Browse files Browse the repository at this point in the history
Run tests against Python 3.2 and 3.3.
  • Loading branch information
berkerpeksag committed Apr 16, 2014
1 parent 55cc7d6 commit e66d465
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
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install argparse unittest2; fi
- pip install -r requirements.txt
Expand Down

0 comments on commit e66d465

Please sign in to comment.