Skip to content
Snippets Groups Projects
Commit eb8f3b27 authored by inso's avatar inso
Browse files

Fix multi os

parent 91541c96
No related branches found
No related tags found
No related merge requests found
os: linux
matrix:
include:
- os: osx
- dist: trusty
sudo: required
exclude:
- os: linux
env:
- PYENV_PYTHON_VERSION=3.5.0
......
......@@ -9,4 +9,7 @@ pip install coveralls cx_Freeze
pip install -r requirements.txt
python gen_resources.py
python gen_translations.py
python setup.py bdist_dmg
\ No newline at end of file
[ $TRAVIS_OS_NAME == "osx" ] && python setup.py bdist_dmg
[ $TRAVIS_OS_NAME == "linux" ] && python setup.py build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment