Skip to content

Commit

Permalink
temporary remove 3.8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae Godina committed Sep 20, 2019
1 parent d4559db commit 29abf77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python

python:
- "3.6"
- "3.8"

services: mongodb

Expand All @@ -11,12 +10,8 @@ sudo: false
env:
- TOX_ENV=dj111-py36-me016
- TOX_ENV=dj111-py36-me018
- TOX_ENV=dj111-py38-me016
- TOX_ENV=dj111-py38-me018
- TOX_ENV=dj22-py36-me016
- TOX_ENV=dj22-py36-me018
- TOX_ENV=dj22-py38-me016
- TOX_ENV=dj22-py38-me018

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=dj{111,22}-py{36,38}-me{016,018}
envlist=dj{111,22}-py{36}-me{016,018}

[testenv]
commands = ./runtests.py --nolint {posargs} --coverage
Expand Down

0 comments on commit 29abf77

Please sign in to comment.