forked from LBRYCommunity/lbry-sdk
py37
This commit is contained in:
parent
a4519d3add
commit
0a2d916931
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
|
||||
install:
|
||||
- pip install tox-travis coverage
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
#envlist = unit,integration-{torba.coin.bitcoincash,torba.coin.bitcoinsegwit}
|
||||
envlist = py36-unit,py36-integration-torba.coin.bitcoinsegwit
|
||||
envlist = py37-unit,py37-integration-torba.coin.bitcoinsegwit
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
Loading…
Reference in a new issue