Skip to content

Commit

Permalink
travis back to trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Sep 12, 2018
1 parent d8d3ca5 commit f724acc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# we are using miniconda python
language: generic
sudo: required
dist: xenial
dist: trusty

matrix:
include:
Expand Down Expand Up @@ -63,14 +63,16 @@ install:
-O miniconda.sh; fi
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
- conda update -q conda
- conda info -a
- conda create -q -n test-environment python=$PYTHON_VERSION nomkl numpy scipy
- source activate test-environment

# make sure we parked our car in the right spot
- python -c "import os,sys;assert '{}.{}'.format(sys.version_info.major, sys.version_info.minor) == os.environ['PYTHON_VERSION']"

# only install the basic version of the library to make sure
# trimesh imports and functions with only the minimal install
- pip install .
Expand Down
2 changes: 1 addition & 1 deletion trimesh/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.33.29'
__version__ = '2.33.30'

0 comments on commit f724acc

Please sign in to comment.