Skip to content

Commit

Permalink
Drop Python 2.7 support from CI and tox
Browse files Browse the repository at this point in the history
  • Loading branch information
kalikiana committed Mar 3, 2021
1 parent 1e522d2 commit 6843280
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: python
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ skip_missing_interpreters = true
# splitting the subtests among each environment for speed reasons
# TODO doctests fail to find modules on travis
python =
2.7: py27
3.6: flake8,py36
3.7: py37
3.8: py38,cov
Expand Down

0 comments on commit 6843280

Please sign in to comment.