Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8fd628e

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.