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 00016e0 commit 8fd628eCopy full SHA for 8fd628e
.travis.yml
@@ -38,15 +38,15 @@ after_success:
38
matrix:
39
include:
40
- &django_2_2
41
- name: "Django 2.2 test (Python 3.5)"
+ name: "Django 2.2 test"
42
env:
43
- DJANGO_VERSION=2.2.7
44
python: "3.5"
45
install:
46
- pip install -U pip
47
- wget https://github.com/django/django/archive/${DJANGO_VERSION}.tar.gz
48
- tar xf ${DJANGO_VERSION}.tar.gz
49
- - pip install django-${DJANGO_VERSION}/
+ - pip install -e django-${DJANGO_VERSION}/
50
- cp ci/test_mysql.py django-${DJANGO_VERSION}/tests/
51
- pip install .
52
0 commit comments