Skip to content

Commit

Permalink
Better .travis.yml structure
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Sep 20, 2019
1 parent 44bcfe7 commit 1bc01e0
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
language: python
python: 3.4
python: 2.7
env:
- TOXENV=py27-django111-test
- TOXENV=py34-django111-test
- TOXENV=py34-django20-test
- TOXENV=py27-flake
- TOXENV=py34-flake
- TOXENV=checkmanifest

# this is needed for python 3.5 and 3.6
matrix:
include:
- python: 2.7
env: TOXENV=py27-django111-test
- python: 2.7
env: TOXENV=py27-flake
- python: 3.4
env: TOXENV=py34-django111-test
- python: 3.4
env: TOXENV=py34-django20-test
- python: 3.4
env: TOXENV=py34-flake
- python: 3.5
env: TOXENV=py35-django111-test
- python: 3.5
Expand Down

0 comments on commit 1bc01e0

Please sign in to comment.