mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
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…
x
Reference in New Issue
Block a user