Skip to content

Commit

Permalink
Add Py3.2 and Py3.3 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkmaxwell committed Oct 30, 2013
1 parent 7aaf42a commit e5822c9
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -3,6 +3,8 @@ python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
# Self-install for setup.py-driven deps
- pip install -e .
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit e5822c9

Please sign in to comment.