We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f049705 commit 2c81eabCopy full SHA for 2c81eab
tests/test_vcs_pip.py
@@ -23,7 +23,7 @@
23
24
25
@pytest.mark.skipif(
26
- "TRAVIS" not in os.environ, reason="Subversion is only required under Travis"
+ "CI" not in os.environ, reason="Subversion is only required under CI"
27
)
28
def test_ensure_svn_available():
29
"""Make sure that svn is available when running in Travis."""
tests/test_vcs_pip_bazaar.py
@@ -15,7 +15,7 @@
15
16
17
18
- "TRAVIS" not in os.environ, reason="Bazaar is only required under Travis"
+ "CI" not in os.environ, reason="Bazaar is only required under CI"
19
20
def test_ensure_bzr_available():
21
"""Make sure that bzr is available when running in Travis."""
0 commit comments