Skip to content

Commit

Permalink
remove py27 remove
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Dhandre <[email protected]>
  • Loading branch information
digitronik committed Feb 4, 2019
1 parent 0992133 commit a9700a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
install_requirements = [
"bs4>=0.0.1",
"Click>=5.0",
"cryptography==2.4.2", # remove as paramiko released
"libvirt-python>=4.0",
"paramiko~=2.3",
"requests>=2.20",
Expand All @@ -21,6 +20,7 @@
author_email="[email protected]",
classifiers=[
"Natural Language :: English",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
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 = py27, py36, black, codechecks, pypy
envlist = py36, py37, black, codechecks, pypy

skip_missing_interpreters = true

Expand Down

0 comments on commit a9700a0

Please sign in to comment.