Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kindlycat committed May 13, 2018
1 parent 26d39b1 commit cb9e68d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,13 @@ python:
- 2.7
- 3.5
- 3.6
env:
- DJANGO=1.11
- DJANGO=2.0
- DJANGO=master
matrix:
include:
- { python: 3.6, env: TOXENV=flake }

install:
- pip install tox-travis coveralls
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -23,3 +23,9 @@ basepython = python3
deps = flake8-isort
commands = flake8 request_vars tests
skip_install = True

[travis:env]
DJANGO =
1.11: dj111
2.0: dj20
master: djmaster

0 comments on commit cb9e68d

Please sign in to comment.