Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liangliangyy committed Mar 28, 2017
1 parent bd61109 commit 3bd6916
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
services:
Expand All @@ -8,7 +9,9 @@ env:
global:
- DJANGO_SETTINGS_MODULE="test.travis_settings"
matrix:
- DJANGO="Django>1.8"
- DJANGO="Django==1.8"
- DJANGO="Django==1.9"
- DJANGO="Django==1.10"
branches:
only:
- master
Expand Down

0 comments on commit 3bd6916

Please sign in to comment.