Skip to content

Commit

Permalink
removing python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jinder1s committed Mar 2, 2020
1 parent 193663f commit 38dc438
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python

cache: pip
python:
- 2.7
- 3.6
env:
- TOXENV=django111-drf37
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,36}-django111-drf{37,38,39,latest}, py36-django{20,21}-drf{latest}, quality
envlist = py36-django111-drf{37,38,39,latest}, py36-django{20,21}-drf{latest}, quality

[testenv]
setenv =
Expand Down

0 comments on commit 38dc438

Please sign in to comment.