Skip to content

Commit

Permalink
Update travis config to correct build
Browse files Browse the repository at this point in the history
  • Loading branch information
kroenlein committed Dec 12, 2023
1 parent d2d1767 commit 83bc9ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ install:
script:
- bash scripts/run_tests.sh
- test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh
branches:
only:
- main
- gh-pages
deploy:
- provider: pages
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
packages.append("")

setup(name='gemd',
version='1.16.5',
version='1.16.6',
python_requires='>=3.8',
url='http://github.com/CitrineInformatics/gemd-python',
description="Python binding for Citrine's GEMD data model",
Expand Down

0 comments on commit 83bc9ac

Please sign in to comment.