Files
deb-python-falcon/travis_scripts/run_tests.sh

9 lines
176 B
Bash
Executable File

if [ "$JYTHON" = "true" ]; then
$HOME/jython/bin/pytest tests
# Smoke test
$HOME/jython/bin/jython falcon/bench/bench.py -t 1 -b falcon falcon-ext
else
tox
fi