Minimal example tox config for py36,37,38

pull/1931/head
Kieran Prasch 2020-04-27 11:24:06 -07:00 committed by Kieran R. Prasch
parent 347cb60f51
commit acedfd52c5
3 changed files with 16 additions and 1 deletions

View File

@ -2,6 +2,8 @@ include pyproject.toml
include LICENSE
include README.md
include requirements.txt
include dev-requirements.txt
include docs-requirements.txt
recursive-exclude * __pycache__
global-exclude *.py[cod]

View File

@ -27,7 +27,7 @@ eth-hash[pycryptodome]==0.2.0
eth-keyfile==0.5.1
eth-keys==0.3.3
eth-rlp==0.1.2
eth-tester==0.4.0b2
eth-tester>=0.1.0b39
eth-typing==2.2.1
eth-utils==1.9.0
flask-sqlalchemy==2.4.1

13
tox.ini Normal file
View File

@ -0,0 +1,13 @@
[tox]
envlist =
py{36,37,38}
[testenv]
download = true
whitelist_externals=/usr/bin/make
usedevelop=True
deps =
.[dev]
commands =
# NOTE: you can run any command line tool here - not just tests
characters: pytest tests/characters