Skip to content

Commit

Permalink
Tinkering with Travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Feb 17, 2015
1 parent 570a1fb commit 39a05c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -3,12 +3,13 @@ python:
- "2.7"
- "3.4"
install:
- pip install nose
- python setup.py -q install
- pip install python-dateutil
- pip install httpretty
- pip install . --use-mirrors
script: nosetests -v
branches:
only:
- dev
- api_v3
notifications:
email:
- urschrei@example.com

0 comments on commit 39a05c1

Please sign in to comment.