do not run 3.6 tests anymore

This commit is contained in:
Lex Berezhny 2018-11-29 16:39:59 -05:00
parent 6c4f6dd59a
commit 9525bd6ca0
2 changed files with 1 additions and 3 deletions

View file

@ -24,8 +24,6 @@ jobs:
install:
- pip install tox-travis
script: tox
- <<: *tests
python: "3.6"
- <<: *tests
env: TESTTYPE=integration

View file

@ -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 =