Skip to content

Commit

Permalink
Merge be872f4 into db7f0af
Browse files Browse the repository at this point in the history
  • Loading branch information
thedrow committed Sep 14, 2014
2 parents db7f0af + be872f4 commit 67a600c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -4,9 +4,11 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
install:
- pip install -r requirements/development.txt -r requirements/production.txt
- travis_retry pip install -r requirements/development.txt -r requirements/production.txt
- python setup.py install
script:
- coverage run setup.py test
Expand All @@ -15,3 +17,5 @@ after_success:
- coveralls
notifications:
email: aaron.iles+travis-ci@gmail.com
matrix:
fast_finish: true

0 comments on commit 67a600c

Please sign in to comment.