@@ -178,8 +178,8 @@ def test_conversion_from_path_using_dir_14(self):
178
178
@profile
179
179
@unittest .skipIf (not POPPLER_INSTALLED , "Poppler is not installed!" )
180
180
@unittest .skipIf (
181
- "TRAVIS " in os .environ and os .environ ["TRAVIS " ] == "true" ,
182
- "Skipping this test on Travis CI ." ,
181
+ "CIRCLECI " in os .environ and os .environ ["CIRCLECI " ] == "true" ,
182
+ "Skipping this test on CircleCI ." ,
183
183
)
184
184
def test_conversion_from_bytes_241 (self ): # pragma: no cover
185
185
start_time = time .time ()
@@ -195,8 +195,8 @@ def test_conversion_from_bytes_241(self): # pragma: no cover
195
195
@profile
196
196
@unittest .skipIf (not POPPLER_INSTALLED , "Poppler is not installed!" )
197
197
@unittest .skipIf (
198
- "TRAVIS " in os .environ and os .environ ["TRAVIS " ] == "true" ,
199
- "Skipping this test on Travis CI ." ,
198
+ "CIRCLECI " in os .environ and os .environ ["CIRCLECI " ] == "true" ,
199
+ "Skipping this test on CircleCI ." ,
200
200
)
201
201
def test_conversion_from_path_241 (self ): # pragma: no cover
202
202
start_time = time .time ()
@@ -211,8 +211,8 @@ def test_conversion_from_path_241(self): # pragma: no cover
211
211
@profile
212
212
@unittest .skipIf (not POPPLER_INSTALLED , "Poppler is not installed!" )
213
213
@unittest .skipIf (
214
- "TRAVIS " in os .environ and os .environ ["TRAVIS " ] == "true" ,
215
- "Skipping this test on Travis CI ." ,
214
+ "CIRCLECI " in os .environ and os .environ ["CIRCLECI " ] == "true" ,
215
+ "Skipping this test on CircleCI ." ,
216
216
)
217
217
def test_conversion_from_bytes_using_dir_241 (self ): # pragma: no cover
218
218
start_time = time .time ()
@@ -232,8 +232,8 @@ def test_conversion_from_bytes_using_dir_241(self): # pragma: no cover
232
232
@profile
233
233
@unittest .skipIf (not POPPLER_INSTALLED , "Poppler is not installed!" )
234
234
@unittest .skipIf (
235
- "TRAVIS " in os .environ and os .environ ["TRAVIS " ] == "true" ,
236
- "Skipping this test on Travis CI ." ,
235
+ "CIRCLECI " in os .environ and os .environ ["CIRCLECI " ] == "true" ,
236
+ "Skipping this test on CircleCI ." ,
237
237
)
238
238
def test_conversion_from_path_using_dir_241 (self ): # pragma: no cover
239
239
start_time = time .time ()
@@ -785,8 +785,8 @@ def test_conversion_from_path_using_dir_14_with_4_threads(self):
785
785
786
786
@profile
787
787
@unittest .skipIf (
788
- "TRAVIS " in os .environ and os .environ ["TRAVIS " ] == "true" ,
789
- "Skipping this test on Travis CI ." ,
788
+ "CIRCLECI " in os .environ and os .environ ["CIRCLECI " ] == "true" ,
789
+ "Skipping this test on CircleCI ." ,
790
790
)
791
791
@unittest .skipIf (not POPPLER_INSTALLED , "Poppler is not installed!" )
792
792
def test_conversion_from_bytes_241_with_4_threads (self ): # pragma: no cover
@@ -802,8 +802,8 @@ def test_conversion_from_bytes_241_with_4_threads(self): # pragma: no cover
802
802
803
803
@profile
804
804
@unittest .skipIf (
805
- "TRAVIS " in os .environ and os .environ ["TRAVIS " ] == "true" ,
806
- "Skipping this test on Travis CI ." ,
805
+ "CIRCLECI " in os .environ and os .environ ["CIRCLECI " ] == "true" ,
806
+ "Skipping this test on CircleCI ." ,
807
807
)
808
808
@unittest .skipIf (not POPPLER_INSTALLED , "Poppler is not installed!" )
809
809
def test_conversion_from_path_241_with_4_threads (self ): # pragma: no cover
@@ -818,8 +818,8 @@ def test_conversion_from_path_241_with_4_threads(self): # pragma: no cover
818
818
819
819
@profile
820
820
@unittest .skipIf (
821
- "TRAVIS " in os .environ and os .environ ["TRAVIS " ] == "true" ,
822
- "Skipping this test on Travis CI ." ,
821
+ "CIRCLECI " in os .environ and os .environ ["CIRCLECI " ] == "true" ,
822
+ "Skipping this test on CircleCI ." ,
823
823
)
824
824
@unittest .skipIf (not POPPLER_INSTALLED , "Poppler is not installed!" )
825
825
def test_conversion_from_bytes_using_dir_241_with_4_threads (
@@ -841,8 +841,8 @@ def test_conversion_from_bytes_using_dir_241_with_4_threads(
841
841
842
842
@profile
843
843
@unittest .skipIf (
844
- "TRAVIS " in os .environ and os .environ ["TRAVIS " ] == "true" ,
845
- "Skipping this test on Travis CI ." ,
844
+ "CIRCLECI " in os .environ and os .environ ["CIRCLECI " ] == "true" ,
845
+ "Skipping this test on CircleCI ." ,
846
846
)
847
847
@unittest .skipIf (not POPPLER_INSTALLED , "Poppler is not installed!" )
848
848
def test_conversion_from_path_using_dir_241_with_4_threads (
0 commit comments