Skip to content

Commit

Permalink
Updated tox/travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Feb 12, 2019
1 parent 4a27fd8 commit fb1e164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ matrix:
- python: "3.4"
env: TOXENV=py34-django111

- python: "3.7"
env: TOXENV=py37-djangomaster
- python: "3.6"
env: TOXENV=py36-djangomaster
- python: "3.5"
env: TOXENV=py35-djangomaster

allow_failures:
- env: TOXENV=py37-djangomaster
- env: TOXENV=py36-djangomaster
- env: TOXENV=py35-djangomaster

install:
- pip install tox
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]
envlist =
readme,
packagecheck,
lint,
{py36,py35}-django21,
{py36,py35,py34}-django20,
{py36,py35,py34}-django111,
{py36,py35}-djangomaster,
{py37,py36}-djangomaster,

[testenv]
setenv =
Expand Down

0 comments on commit fb1e164

Please sign in to comment.