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

Commit c53f1ee

Browse files
committed
[ci] Fixed travis build
1 parent a4bd9c6 commit c53f1ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ before_install:
2929

3030
install:
3131
- pip install $DJANGO
32+
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install -U "djangorestframework<3.10"; fi
3233
- python setup.py -q develop
3334

3435
script:
3536
- coverage run --source=django_netjsongraph runtests.py
36-
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then ./tests/manage.py makemigrations django_netjsongraph --dry-run | grep "No changes detected"; fi
37+
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then ./tests/manage.py makemigrations django_netjsongraph --dry-run | grep "No changes detected"; fi
3738

3839
after_success:
3940
coveralls

0 commit comments

Comments
 (0)