Skip to content

Commit

Permalink
Update travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Mar 30, 2015
1 parent e1bd92d commit 74c4f1d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install: python setup.py develop
script: python setup.py test
- "3.4"
install:
- python setup.py develop
- pip install nose mock
script: nosetests -x tests/*.py
notifications:
email: true
irc:
Expand Down

0 comments on commit 74c4f1d

Please sign in to comment.