Skip to content

Commit

Permalink
#61 added python 3.3 to .travis.yml target version.
Browse files Browse the repository at this point in the history
  • Loading branch information
todoa2c committed Jan 5, 2014
1 parent 19b01a7 commit eee3925
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: python
python:
- "2.7"
- "3.3"
install:
- pip install mock iso8601 backports.ssl-match-hostname --use-mirrors
- pip install six mock iso8601 backports.ssl-match-hostname --use-mirrors
- python setup.py install
script:
- python -m unittest discover -s tests

0 comments on commit eee3925

Please sign in to comment.