|
37 | 37 | - secure: "dfjNqGKzQG5bu3FnDNwLG8H/C4QoieFo4PfFmZPdM2RY7WIzukwKFNT6kiDfOrpwt+2bR7FhzjOGlDECGtlGOtYPN8XuXGjhcP4a4IfakdbDfF+D3NPIpf5VlE6776k0VpvcZBTMYJKNFIMc7QPkOwjvNJ2aXyfe3hBuGlKJzQU="
|
38 | 38 | - BUILD_DOCS=false
|
39 | 39 | - NUMPY=numpy
|
| 40 | + - OPENBLAS_NUM_THREADS=1 |
40 | 41 | - PANDAS=
|
41 | 42 | - NPROC=2
|
42 | 43 | - TEST_ARGS=--no-pep8
|
@@ -77,15 +78,9 @@ install:
|
77 | 78 | pip install --upgrade wheel
|
78 | 79 | pip install --upgrade setuptools
|
79 | 80 | - |
|
80 |
| - # Install only from travis wheelhouse |
81 |
| - if [ -z "$PRE" ]; then |
82 |
| - wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.1.2 pillow sphinx!=1.3.0; |
83 |
| - else |
84 |
| - pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.2 pillow sphinx!=1.3.0; |
85 |
| - fi |
86 |
| - # Always install from pypi |
87 |
| - pip install $PRE pep8 cycler coveralls coverage |
88 |
| - pip install pillow sphinx!=1.3.0 $MOCK numpydoc ipython colorspacious |
| 81 | + # Install dependencies from pypi |
| 82 | + pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.2 $PANDAS pep8 cycler coveralls coverage |
| 83 | + pip install $PRE pillow sphinx!=1.3.0 $MOCK numpydoc ipython colorspacious |
89 | 84 | # Install nose from a build which has partial
|
90 | 85 | # support for python36 and suport for coverage output suppressing
|
91 | 86 | pip install git+https://github.com/jenshnielsen/nose.git@matplotlibnose
|
@@ -125,7 +120,6 @@ script:
|
125 | 120 | - |
|
126 | 121 | echo Testing import of tkagg backend
|
127 | 122 | MPLBACKEND="tkagg" python -c 'import matplotlib.pyplot as plt; print(plt.get_backend())'
|
128 |
| - echo Testing using $NPROC processes |
129 | 123 | echo The following args are passed to nose $NOSE_ARGS
|
130 | 124 | if [[ $BUILD_DOCS == false ]]; then
|
131 | 125 | export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
|
|
0 commit comments