Skip to content

Commit

Permalink
Update to python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
msteinbeck authored Oct 29, 2019
1 parent 9ee2a15 commit eb92b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- mkdir python3
- pushd python3
- cmake -G "Visual Studio 15 2017" -A x64 -DTINYSPLINE_ENABLE_PYTHON=True -DTINYSPLINE_PYTHON_VERSION=3 ..
- C:\\Python37\\python setup.py bdist_wheel
- C:\\Python38\\python setup.py bdist_wheel
- popd
- git config user.name "Travis CI"
- git config user.email "travis@tinyspline.org"
Expand Down

0 comments on commit eb92b84

Please sign in to comment.