blob: 6b0c9e72e664bfd1f9f8698b68196ae83de534f3 [file] [log] [blame]
#!/bin/bash
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
source ~/.venv/bin/activate
fi
python -m pytest pyfakefs/pytest_tests/pytest_fixture_test.py