File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# we are using miniconda python
22language : generic
33sudo : required
4- dist : xenial
4+ dist : trusty
55
66matrix :
77 include :
@@ -63,14 +63,16 @@ install:
6363 -O miniconda.sh; fi
6464- bash miniconda.sh -b -p $HOME/miniconda
6565- export PATH="$HOME/miniconda/bin:$PATH"
66- - hash -r
6766- conda config --set always_yes yes --set changeps1 no
6867- conda config --add channels conda-forge
6968- conda update -q conda
7069- conda info -a
7170- conda create -q -n test-environment python=$PYTHON_VERSION nomkl numpy scipy
7271- source activate test-environment
7372
73+ # make sure we parked our car in the right spot
74+ - python -c "import os,sys;assert '{}.{}'.format(sys.version_info.major, sys.version_info.minor) == os.environ['PYTHON_VERSION']"
75+
7476# only install the basic version of the library to make sure
7577# trimesh imports and functions with only the minimal install
7678- pip install .
Original file line number Diff line number Diff line change 1- __version__ = '2.33.29 '
1+ __version__ = '2.33.30 '
You can’t perform that action at this time.
0 commit comments