Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Oct 15, 2015
1 parent 8b2e839 commit 676e4cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: python
python:
- "3.4"
- "3.5"
- "nightly"
env:
- DJANGO_SETTINGS_MODULE=settings.test
- DJANGO_EMAIL_HOST=not_used_in_tests
- DJANGO_EMAIL_HOST_USER=not_used_in_tests
- DJANGO_EMAIL_HOST_PASSWORD=not_used_in_tests
- TWILIO_FROM_NUM=+15005550006
- SLACK_URL=''
- FROM_EMAIL=noreply@example.com
install: "pip install -r requirements.txt"
script: py.test . --nomigrations -n 2 --cov="." --cov-report="term-missing"
after_script: pip install coveralls && coveralls

0 comments on commit 676e4cc

Please sign in to comment.