Skip to content

Commit f724acc

Browse files
committed
travis back to trusty
1 parent d8d3ca5 commit f724acc

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# we are using miniconda python
22
language: generic
33
sudo: required
4-
dist: xenial
4+
dist: trusty
55

66
matrix:
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 .

trimesh/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.33.29'
1+
__version__ = '2.33.30'

0 commit comments

Comments
 (0)