Skip to content

Commit

Permalink
Bumps Django version in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onlinejudge95 committed Jun 6, 2020
1 parent f1db65a commit f9faf2b
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 @@ -44,7 +44,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==2.2 # pin from requirements.txt
- python -m pip install nox
- python -m pip install coveralls

Expand Down

0 comments on commit f9faf2b

Please sign in to comment.