Skip to content

Commit

Permalink
add default for travis os name for when running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Feb 7, 2017
1 parent 1ebc90a commit b2cd646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ commands=

[testenv:binary]
commands=
pyinstaller --onefile -n eptransition{env:TRAVIS_OS_NAME} {toxinidir}/eptransition/transition.py
pyinstaller --onefile -n eptransition{env:TRAVIS_OS_NAME:OS} {toxinidir}/eptransition/transition.py
deps=
pyinstaller

0 comments on commit b2cd646

Please sign in to comment.