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:
parent
c09f61e966
commit
1738b9fdf6
|
@ -25,7 +25,7 @@ script:
|
|||
- |
|
||||
set -eo pipefail
|
||||
if [ "${T}" = "py35" ]; then
|
||||
python3 -m compileall -f .
|
||||
python3 -m compileall -f -x tahoe-depgraph.py .
|
||||
else
|
||||
tox -e ${T}
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue