Skip to content

Commit 79c4df9

Browse files
committed
Test against django 2.2
1 parent 57c45ff commit 79c4df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ matrix:
4646
install:
4747
- python -m pip install --upgrade pip wheel setuptools
4848
- pip install -e .["tests$DB_PACKAGES"]
49-
- git clone --branch=stable/2.1.x https://github.com/django/django.git "$TRAVIS_BUILD_DIR/../django" --depth=1
49+
- git clone --branch=stable/2.2.x https://github.com/django/django.git "$TRAVIS_BUILD_DIR/../django" --depth=1
5050
- export PYTHONPATH=$PYTHONPATH:$TRAVIS_BUILD_DIR
5151

5252
script:

0 commit comments

Comments
 (0)