try skipping tahoe-depgraph.py

This will go away when the Python 3 port is done.  It doesn't have to be ported.
This commit is contained in:
Jean-Paul Calderone 2019-09-17 10:55:58 -04:00
parent c09f61e966
commit 1738b9fdf6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ script:
- | - |
set -eo pipefail set -eo pipefail
if [ "${T}" = "py35" ]; then if [ "${T}" = "py35" ]; then
python3 -m compileall -f . python3 -m compileall -f -x tahoe-depgraph.py .
else else
tox -e ${T} tox -e ${T}
fi fi