Skip to content

Commit

Permalink
Merge a638aad into 85e60e8
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe72 committed Aug 21, 2018
2 parents 85e60e8 + a638aad commit decf5a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
sudo: enabled
language: python
python:
- "3.6"

before_install: docker-compose build

script:
- docker-compose up -d
- sleep 10
- docker-compose run web python manage.py test
- docker-compose run web coverage run --source=. manage.py test

after_success:
- coveralls

2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Django>=1.8,<2.0
psycopg2
coverage
coveralls

0 comments on commit decf5a6

Please sign in to comment.