Skip to content

Commit

Permalink
Update pinned package versions
Browse files Browse the repository at this point in the history
* Update python version

* Drop support for deprecated django 2.0 and add django 2.2

* Update Pipfile.lock
  • Loading branch information
Magdalena Rother committed Aug 30, 2019
1 parent 474c7f3 commit d250295
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.4
3.6.7
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ python:

env:
- DEPS="Django>=1.11,<1.12"
- DEPS="Django>=2.0,<2.1"
- DEPS="Django>=2.1,<2.2"
- DEPS="Django>=2.2,<2.3"

install:
- pip install pipenv codecov
Expand Down

0 comments on commit d250295

Please sign in to comment.