You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 0.18.0 has is_categorical_dtype in a different place than 0.19.0+
17
-
- python: 3.4
18
-
env: PANDAS_VERSION_STR="=0.18.0"
19
-
- python: 2.7
20
-
env: PANDAS_VERSION_STR="=0.18.0"
24
+
- env:
25
+
- PYTHON_VERSION=3.4
26
+
- PANDAS_VERSION_STR="=0.18.0"
27
+
- env:
28
+
- PYTHON_VERSION=2.7
29
+
- PANDAS_VERSION_STR="=0.18.0"
21
30
# make sure it works without pandas
22
-
- python: 3.6
23
-
env: PANDAS_VERSION_STR="NONE"
24
-
- python: 2.7
25
-
env: PANDAS_VERSION_STR="NONE"
31
+
- env:
32
+
- PYTHON_VERSION=2.7
33
+
- PANDAS_VERSION_STR="NONE"
34
+
- env:
35
+
- PYTHON_VERSION=3.6
36
+
- PANDAS_VERSION_STR="NONE"
37
+
- env:
38
+
- PYTHON_VERSION=3.7
39
+
- PANDAS_VERSION_STR="NONE"
26
40
27
41
# This disables sudo, but makes builds start much faster
28
42
# See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
29
43
sudo: false
30
44
before_install:
31
45
# Work around terrible pathological behaviour in OpenBLAS multithreading, that causes execution time to blow up from 3 minutes to 18 minutes, apparently in SVD on smallish matrices
0 commit comments