Skip to content

Commit

Permalink
.travis.yml added
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Depoix committed May 18, 2017
1 parent 8b74aa4 commit 9107a5c
Show file tree
Hide file tree
Showing 2 changed files with 11 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
services: postgresql
python:
- "3.6"
install:
- pip install -r requirements/testing
script:
- coverage run manage.py test
after_success: coveralls
2 changes: 2 additions & 0 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
-r local.txt

coveralls

0 comments on commit 9107a5c

Please sign in to comment.