Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Oct 1, 2018
1 parent 89a6aa7 commit c31b7b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ script:
# downgrade networkx from 2.x to 1.x to make sure our
# graph operations work on both versions of their API
- pip install -q -Iv networkx==1.11
# print version for logs
- python -c "import networkx; print('::NX_VERSION::', networkx.__version__)"
- pytest tests/test_graph.py tests/test_scene.py
# will print tons of depreciation warnings we don't care about
- pytest -p no:warnings tests/test_graph.py tests/test_scene.py

# make sure examples still work
- cd examples
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.34.1'
__version__ = '2.34.2'

0 comments on commit c31b7b5

Please sign in to comment.