Skip to content

Commit

Permalink
Add travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfs committed Jul 11, 2015
1 parent d7ca2bf commit 34cd49b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python:
- "2.7"
install: "pip install -r requirements.pip"
before_script:
- cp .env.example .env
- python manage.py syncdb
script:
- python manage.py test

0 comments on commit 34cd49b

Please sign in to comment.