skip running 3.6 tests

This commit is contained in:
Lex Berezhny 2018-11-03 20:25:44 -04:00
parent 5cdda0f3a8
commit c1b96a36a7
3 changed files with 2 additions and 4 deletions

View file

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

View file

@ -1,7 +1,7 @@
import logging
from asyncio import CancelledError
from orchstr8.testcase import IntegrationTestCase
from torba.testing import IntegrationTestCase
from torba.constants import COIN

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 =