Skip to content

Commit 9fefd77

Browse files
committed
too soon for django 3.1
1 parent b2c0c30 commit 9fefd77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ docs/_build/
5555
target/
5656

5757
.DS_Store
58+
/.eggs/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
- 3.7
66
- 3.8
77
env:
8-
- DJANGO="django>=3.1.0,<3.2"
8+
# - DJANGO="django>=3.1.0,<3.2" # too soon
99
- DJANGO="django>=3.0.0,<3.1"
1010
- DJANGO="django>=2.2.0,<3.0"
1111
- DJANGO="django>=2.1.0,<2.2.0"

0 commit comments

Comments
 (0)