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 defcf36 commit 874367aCopy full SHA for 874367a
.travis.yml
@@ -66,6 +66,9 @@ install:
66
fi
67
68
- source activate test
69
+ - echo $LD_LIBRARY_PATH
70
+ - echo $DYLD_LIBRARY_PATH
71
+ - echo $PATH
72
- pip install numpy scipy matplotlib vtk nose
73
- if [[ "$TOXENV" == "py27" ]]; then
74
conda install --yes -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core=0.17 python=2.7;
@@ -74,7 +77,6 @@ install:
77
75
78
- pip install setuptools
76
79
- pip install coveralls
- - pip install coverage
80
- python setup.py install
81
82
script:
0 commit comments