Skip to content
Snippets Groups Projects
Commit 667f1d89 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Update travis.yml (multiple django envs)

parent 12ea26e6
Branches
Tags
No related merge requests found
...@@ -4,6 +4,12 @@ python: ...@@ -4,6 +4,12 @@ python:
- 3.4 - 3.4
- 3.5 - 3.5
- 3.6 - 3.6
env:
- DJANGO='django>=1.8,<1.9'
- DJANGO='django>=1.9,<1.10'
- DJANGO='django>=1.10,<1.11'
- DJANGO='django>=1.11,<2.0'
- DJANGO='django>=2.0'
install: install:
- travis_retry pip install -r requirements.txt - travis_retry pip install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment