Skip to content

Commit 75a8742

Browse files
committed
After major surgery, this gets us to 10 failed tests, 9 passed, 6 skipped.
1 parent 46b1219 commit 75a8742

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@ addons:
99
packages:
1010
- pypy
1111
- python3.6
12-
- python3.7
13-
- python3.8
1412

1513
python:
1614
- "3.6"
17-
- "3.7"
18-
- "3.8"
1915

2016
env:
2117
matrix:
22-
- TOXENV=py36-dj22
23-
- TOXENV=py37-dj22
24-
- TOXENV=py38-dj22
18+
- TOXENV=dj22
19+
- TOXENV=dj30
2520

2621
- TOXENV=flake8
2722

0 commit comments

Comments
 (0)