Skip to content

Commit 8fd628e

Browse files
authored
travis: Fix Django test (PyMySQL#412)
1 parent 00016e0 commit 8fd628e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ after_success:
3838
matrix:
3939
include:
4040
- &django_2_2
41-
name: "Django 2.2 test (Python 3.5)"
41+
name: "Django 2.2 test"
4242
env:
4343
- DJANGO_VERSION=2.2.7
4444
python: "3.5"
4545
install:
4646
- pip install -U pip
4747
- wget https://github.com/django/django/archive/${DJANGO_VERSION}.tar.gz
4848
- tar xf ${DJANGO_VERSION}.tar.gz
49-
- pip install django-${DJANGO_VERSION}/
49+
- pip install -e django-${DJANGO_VERSION}/
5050
- cp ci/test_mysql.py django-${DJANGO_VERSION}/tests/
5151
- pip install .
5252

0 commit comments

Comments
 (0)