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

With notify2

parent 113e02bd
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,12 @@ pyenv activate sakia-env ...@@ -8,6 +8,12 @@ pyenv activate sakia-env
pip install coveralls pip install coveralls
pip install cx_Freeze pip install cx_Freeze
pip install -r requirements.txt pip install -r requirements.txt
if [ $TRAVIS_OS_NAME == "linux" ]
then
pip install -U git+https://github.com/posborne/dbus-python.git
pip install notify2
fi
python gen_resources.py python gen_resources.py
python gen_translations.py python gen_translations.py
......
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