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
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.7"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis coverage
|
- pip install tox-travis coverage
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
#envlist = unit,integration-{torba.coin.bitcoincash,torba.coin.bitcoinsegwit}
|
#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]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Add table
Reference in a new issue