Skip to content

Commit

Permalink
Rip off testing for python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
awaisdar001 committed Nov 5, 2020
1 parent bb04383 commit 8ffa420
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 @@ -3,7 +3,6 @@ sudo: false
language: python

python:
- 3.5
- 3.8

env:
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 = py35-django22,py38-django{22,30}, quality
envlist = py38-django{22,30}, quality

[pytest]
addopts = --cov=tests --cov-report term --cov-config=.coveragerc -p no:randomly
Expand Down

0 comments on commit 8ffa420

Please sign in to comment.