Skip to content

Commit

Permalink
dropped python 2.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Dec 17, 2019
1 parent db41c8b commit 3e53fa2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ dist: xenial
sudo: required
language: python
python:
- '2.7'
- '3.6'
- '3.7'
cache: pip
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -32,7 +32,6 @@
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Database :: Front-Ends",
"Topic :: Scientific/Engineering :: Bio-Informatics",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36,py37
envlist = py36,py37

[testenv]
deps = -retc/test.reqs
Expand Down

0 comments on commit 3e53fa2

Please sign in to comment.