Skip to content

Commit

Permalink
Add travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobichaud committed Oct 21, 2018
1 parent 7848e00 commit ee4b616
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "3.6"
- "3.7"
install:
- pip install -r requirements.txt
script:
- python manage.py test

0 comments on commit ee4b616

Please sign in to comment.