Commit e2337e10 by Asif Saifuddin Auvi

restructure travis matrix

parent 9268850d
...@@ -2,7 +2,6 @@ language: python ...@@ -2,7 +2,6 @@ language: python
python: python:
- "2.7" - "2.7"
- "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
...@@ -22,21 +21,15 @@ matrix: ...@@ -22,21 +21,15 @@ matrix:
env: DJANGO=master env: DJANGO=master
- python: "3.6" - python: "3.6"
env: DJANGO=1.11 env: DJANGO=1.11
- python: "3.3"
env: DJANGO=1.18
- python: "2.7" - python: "2.7"
env: TOXENV="lint" env: TOXENV="lint"
- python: "2.7" - python: "2.7"
env: TOXENV="docs" env: TOXENV="docs"
exclude: exclude:
- python: "3.3"
env: DJANGO=1.9
- python: "3.3"
env: DJANGO=1.10
- python: "3.3"
env: DJANGO=1.11
- python: "2.7" - python: "2.7"
env: DJANGO=master env: DJANGO=master
- python: "3.3"
env: DJANGO=master
- python: "3.4" - python: "3.4"
env: DJANGO=master env: DJANGO=master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment