Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Nov 6, 2017
1 parent 9a003d8 commit 7cb17d9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: python

python:
- "2.7"
- "3.4"
- "3.5"

env:
matrix:
- DJANGO=1.7.8 DB=sqlite
- DJANGO=1.8.18 DB=sqlite
- DJANGO=1.9.5 DB=sqlite
- DJANGO=1.10.5 DB=sqlite
- DJANGO=1.11.3 DB=sqlite

# command to install dependencies
install:
- pip install .
- pip install -q Django==$DJANGO
- pip install -r test_requirements.txt

# command to run tests
script: python manage.py test

0 comments on commit 7cb17d9

Please sign in to comment.