We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c223489 commit 1acec3eCopy full SHA for 1acec3e
1 file changed
.travis.yml
@@ -15,9 +15,9 @@ env:
15
- DJANGO_INSTALL=django\<2.1.99
16
- DJANGO_INSTALL=git+https://github.com/django/django.git\#egg=django
17
# command to install dependencies (mock & nose are already installed)
18
+before_install:
19
+ - python -m pip install --upgrade pip
20
install:
- - pip install --upgrade pip
- - pip --version
21
- pip install $DJANGO_INSTALL
22
- python setup.py install
23
- pip install django-nose coverage mock
0 commit comments