This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
fbchat/scripts/travis-offline
2018-06-21 21:13:17 +02:00

10 lines
110 B
Bash
Executable File

#!/bin/bash
set -ex
echo travis_fold:start:pytest
python -m pytest -m offline
echo travis_fold:end:pytest