summaryrefslogtreecommitdiff
path: root/kazoo/tests/test_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'kazoo/tests/test_build.py')
-rw-r--r--kazoo/tests/test_build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kazoo/tests/test_build.py b/kazoo/tests/test_build.py
index 253027f..687c1dc 100644
--- a/kazoo/tests/test_build.py
+++ b/kazoo/tests/test_build.py
@@ -8,8 +8,8 @@ from kazoo.testing import KazooTestCase
class TestBuildEnvironment(KazooTestCase):
def setUp(self):
KazooTestCase.setUp(self)
- if not os.environ.get('TRAVIS'):
- pytest.skip('Only run build config tests on Travis.')
+ if not os.environ.get('CI'):
+ pytest.skip('Only run build config tests on CI.')
def test_zookeeper_version(self):
server_version = self.client.server_version()