Files
deb-python-falcon/travis_scripts/run_tests.sh
2015-11-23 10:06:22 -07:00

9 lines
173 B
Bash
Executable File

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