We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc49fa7 commit 1cc552aCopy full SHA for 1cc552a
test.sh
@@ -7,7 +7,7 @@ set -e
7
8
DJANGO_VERSION="$(python -m django --version)"
9
10
-cd /opt/django-source
+cd django
11
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
12
git checkout $DJANGO_VERSION
13
pip install -r tests/requirements/py3.txt
0 commit comments