Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8064728 commit e3a059dCopy full SHA for e3a059d
.travis.yml
@@ -25,6 +25,8 @@ matrix:
25
env: DJANGO=22
26
- python: "2.7"
27
env: DJANGO=31
28
+ - python: "3.5"
29
+ env: DJANGO=31
30
31
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
32
install: pip install -r requirements_test.txt
0 commit comments