Skip to content

Commit

Permalink
added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Littman committed Dec 30, 2015
1 parent f5b92f1 commit 7ee6839
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- '2.7'
install: pip install -r requirements/requirements.txt
script:
- cd sfm
- ./manage.py test --settings=sfm.settings.test_settings
notifications:
email:
- justinlittman@gmail.com

0 comments on commit 7ee6839

Please sign in to comment.