hc99's picture
Add files using upload-large-folder tool
fc0f7bd verified
raw
history blame
188 Bytes
if [ "$JYTHON" = "true" ]; then
set -e
$HOME/jython/bin/pytest tests
# Smoke test
$HOME/jython/bin/jython falcon/bench/bench.py -t 1 -b falcon falcon-ext
else
tox
fi