Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 3fa4b45

Browse files
committed
Update Travis setup
1 parent b0f624f commit 3fa4b45

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ env:
1313
- DJANGO="django==1.4.13"
1414

1515
install:
16-
- pip install -r requirements.txt
16+
- pip install $DJANGO
17+
- pip install pytest-django==2.6.1
18+
- pip install flake8==2.2.2
19+
- "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth2-provider==0.2.4; fi"
20+
- export PYTHONPATH=.
1721

1822
script:
1923
- ./runtests.py

0 commit comments

Comments
 (0)