Skip to content

Commit

Permalink
Test on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Apr 7, 2018
1 parent c174660 commit 35b539d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
install:
- pip install django
script:
- ./manage.py test --verbosity=2

0 comments on commit 35b539d

Please sign in to comment.