Skip to content

Commit

Permalink
Merge pull request #3 from jrobichaud/travis
Browse files Browse the repository at this point in the history
Travis
  • Loading branch information
jrobichaud authored Oct 22, 2018
2 parents 7848e00 + e748146 commit d45d2db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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:
- "3.6"
env:
- DJANGO_SETTINGS_MODULE=django_awesome_presentations.settings
install:
- pip install -r requirements.txt
script:
- python manage.py test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# django-awesome-presentations

[![Build Status](https://travis-ci.org/jrobichaud/django-awesome-presentations.svg?branch=master)](https://travis-ci.org/jrobichaud/django-awesome-presentations)

## Testing migrations

Expand Down

0 comments on commit d45d2db

Please sign in to comment.