forked from LBRYCommunity/lbry-sdk
do not run 3.6 tests anymore
This commit is contained in:
parent
6c4f6dd59a
commit
9525bd6ca0
2 changed files with 1 additions and 3 deletions
|
@ -24,8 +24,6 @@ jobs:
|
|||
install:
|
||||
- pip install tox-travis
|
||||
script: tox
|
||||
- <<: *tests
|
||||
python: "3.6"
|
||||
- <<: *tests
|
||||
env: TESTTYPE=integration
|
||||
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
#envlist = unit,integration-{torba.coin.bitcoincash,torba.coin.bitcoinsegwit}
|
||||
envlist = py{37,36}-unit,py37-integration-torba.coin.bitcoinsegwit
|
||||
envlist = py37-unit,py37-integration-torba.coin.bitcoinsegwit
|
||||
|
||||
[travis:env]
|
||||
TESTTYPE =
|
||||
|
|
Loading…
Reference in a new issue