Remove py37 as circleci doesn't have it

extract_concat_invariance
Nikhil 5 years ago
parent 06e74d0929
commit 55ac452784
  1. 3
      setup.py
  2. 2
      tox.ini

@ -19,7 +19,7 @@ DESCRIPTION = "Security analysis tool for Ethereum smart contracts"
URL = "https://github.com/ConsenSys/mythril" URL = "https://github.com/ConsenSys/mythril"
AUTHOR = "ConsenSys Dilligence" AUTHOR = "ConsenSys Dilligence"
AUTHOR_MAIL = None AUTHOR_MAIL = None
REQUIRES_PYTHON = ">=3.5.0" REQUIRES_PYTHON = ">=3.6.0"
# What packages are required for this module to be executed? # What packages are required for this module to be executed?
@ -115,7 +115,6 @@ setup(
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
"Topic :: Software Development :: Disassemblers", "Topic :: Software Development :: Disassemblers",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
], ],

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py36,py37 envlist = py36
[testenv] [testenv]
deps = deps =

Loading…
Cancel
Save