diff --git a/tests/test_vcs_pip.py b/tests/test_vcs_pip.py index 323b722a..fb50490d 100644 --- a/tests/test_vcs_pip.py +++ b/tests/test_vcs_pip.py @@ -23,7 +23,7 @@ @pytest.mark.skipif( - "TRAVIS" not in os.environ, reason="Subversion is only required under Travis" + "CI" not in os.environ, reason="Subversion is only required under CI" ) def test_ensure_svn_available(): """Make sure that svn is available when running in Travis.""" diff --git a/tests/test_vcs_pip_bazaar.py b/tests/test_vcs_pip_bazaar.py index c52cc749..92241036 100644 --- a/tests/test_vcs_pip_bazaar.py +++ b/tests/test_vcs_pip_bazaar.py @@ -15,7 +15,7 @@ @pytest.mark.skipif( - "TRAVIS" not in os.environ, reason="Bazaar is only required under Travis" + "CI" not in os.environ, reason="Bazaar is only required under CI" ) def test_ensure_bzr_available(): """Make sure that bzr is available when running in Travis."""