Skip to content

Commit

Permalink
Fixed tox setup for 'lastest' env (#1280)
Browse files Browse the repository at this point in the history
* Fixed tox setup for 'lastest' env
* Update DRF version in tox.ini
  • Loading branch information
smithdc1 committed Jan 22, 2021
1 parent eb50a95 commit b153110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deps =
django22: django~=2.2.0
django30: django~=3.0.0
django31: django~=3.1.0
djangorestframework~=3.11.0
!latest: djangorestframework~=3.12.0
latest: {[latest]deps}
-rrequirements/test-ci.txt

Expand Down

0 comments on commit b153110

Please sign in to comment.