6 - "irc.oftc.net#tor-ci"
8 - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
9 - "Build details : %{build_url}"
23 - bridges.torproject.org
27 # Fixes Travis-CI issue #1748, which was causing non-deterministic CI test failures,
28 # particularly in the lib/bridgedb/test/test_https.py integration tests which use
29 # the Python mechanize module to test the HTTPS server.
30 # See https://github.com/travis-ci/travis-ci/issues/1748
31 # https://travis-ci.org/isislovecruft/bridgedb/jobs/50169439#L1763
32 # https://stackoverflow.com/questions/2192323/what-is-the-python-egg-cache-python-egg-cache
33 # https://github.com/pypa/virtualenv/issues/459
34 - PYTHON_EGG_CACHE="${HOME}/.python-eggs-$(echo $RANDOM$PPID$RANDOM | sha256sum | cut -d ' ' -f 1)"
38 - mkdir $PYTHON_EGG_CACHE
39 - chmod -R og-w $PYTHON_EGG_CACHE
42 - ./scripts/install-dependencies
45 # Start a BridgeDB instance before running the tests:
47 - ./scripts/setup-tests
54 - coveralls --rcfile=".coveragerc"