Skip to content

Commit 9925b7b

Browse files
committed
0.0.19
1 parent 946bfff commit 9925b7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if: type != push OR branch = master OR branch =~ /^\d+\.\d+(\.\d+)?(-\S*)?$/
2626

2727
install: pip install tox
2828
script:
29-
- tox
29+
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then tox; fi;
3030
# Deploy to github releases, and pypi.
3131
# https://docs.travis-ci.com/user/deployment/
3232
# travis osx has python3.6 installed.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def load_pycparser(finder, module):
100100
"thorpy",
101101
"pymunk>=5.4.2",
102102
],
103-
version='0.0.18',
103+
version='0.0.19',
104104
entry_points={
105105
'console_scripts': [
106106
'stuntcat=stuntcat.cli:main',

0 commit comments

Comments
 (0)