Skip to content

Commit 1acec3e

Browse files
author
Chris Jackson
committed
Try upgrade pip in before_install step
1 parent c223489 commit 1acec3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ env:
1515
- DJANGO_INSTALL=django\<2.1.99
1616
- DJANGO_INSTALL=git+https://github.com/django/django.git\#egg=django
1717
# command to install dependencies (mock & nose are already installed)
18+
before_install:
19+
- python -m pip install --upgrade pip
1820
install:
19-
- pip install --upgrade pip
20-
- pip --version
2121
- pip install $DJANGO_INSTALL
2222
- python setup.py install
2323
- pip install django-nose coverage mock

0 commit comments

Comments
 (0)