Skip to content

Commit

Permalink
Update the django version in travis.yml
Browse files Browse the repository at this point in the history
Missed updating the version of Django in travis.yml. Will take care of
it in next commits
  • Loading branch information
onlinejudge95 committed Jun 6, 2020
1 parent 51c0a6b commit 662bcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install:

# Install the CI dependencies
- python -m pip install celery==3.1.20 # pin from requirements.txt
- python -m pip install Django==1.9 # pin from requirements.txt
- python -m pip install Django==1.10 # pin from requirements.txt
- python -m pip install nox
- python -m pip install coveralls

Expand Down

0 comments on commit 662bcbd

Please sign in to comment.