Skip to content

Commit

Permalink
fix run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Jan 3, 2016
1 parent 05bfdb2 commit d14ba59
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
sudo: false
language: python

python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5


install:
- pip install Django${DJANGO_VERSION}

env:
matrix:
Expand All @@ -25,9 +30,6 @@ matrix:
- python: 3.2
env: DJANGO_VERSION=">=1.9,<1.10"

install:
- pip install Django${DJANGO_VERSION}

branches:
only:
- master
Expand Down

0 comments on commit d14ba59

Please sign in to comment.