Skip to content

Commit 6bab7ad

Browse files
committed
Update .travis.yml
1 parent 0cd25b8 commit 6bab7ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
language: python
22
python:
3-
- 2.7
4-
- 3.5
53
- 3.8
64
env:
75
global:
86
- DJANGO_SETTINGS_MODULE=tests.settings
97
matrix:
108
- DJANGO=2.2
11-
- DJANGO=3.0
129
install:
1310
- pip install -q Django==$DJANGO django-debug-toolbar>=1.0
1411
script: python -m tests.test_toolbar

0 commit comments

Comments
 (0)