1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/.travis/test.sh

10 lines
160 B
Bash
Executable File

#!/bin/bash
set -e
if [ "$WR_TEST" = "no" ]; then
python setup.py test
else
cd webrecorder-tests
INTRAVIS=1 pytest -m "pywbtest and chrometest"
fi