Skip to content

Commit

Permalink
drop python3.5 support (doesnt accept black)
Browse files Browse the repository at this point in the history
  • Loading branch information
monobot committed Jun 8, 2019
1 parent b8579f2 commit 847be55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
language: python

python:
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{35,36,37,38}
envlist = py{36,37,38}

[testenv]
deps = -r{toxinidir}/requirements.txt
Expand Down

0 comments on commit 847be55

Please sign in to comment.