deconfigure travisci for integration testing

This commit is contained in:
Jean-Paul Calderone 2019-01-24 09:03:06 -05:00
parent f534d3c34f
commit 3c5cb8d3cf

View File

@ -22,7 +22,6 @@ install:
- python misc/build_helpers/show-tool-versions.py
script:
- if [ "${T}" = "integration" ]; then /bin/bash integration/install-tor.sh; fi
- tox -e ${T}
after_success:
@ -42,8 +41,6 @@ matrix:
include:
- os: linux
env: T=coverage LANG=en_US.UTF-8
- os: linux
env: T=integration LANG=en_US.UTF-8
- os: linux
env: T=codechecks LANG=en_US.UTF-8
- os: linux