Skip to content
Snippets Groups Projects
Commit 39a577d2 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Added python-nose as missing dependency.

It shouldn't be there. I think it is needed to run python test
parent d64ae69f
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ before_script: ...@@ -29,7 +29,7 @@ before_script:
- sudo apt-get install libhdf5-serial-dev - sudo apt-get install libhdf5-serial-dev
- sudo apt-get install python-numpy python-setuptools python-networkx - sudo apt-get install python-numpy python-setuptools python-networkx
- sudo apt-get install cmake cdbs - sudo apt-get install cmake cdbs
- sudo apt-get install python-suds python-matplotlib - sudo apt-get install python-suds python-matplotlib python-nose
- sudo apt-get install python-qt4-dev python-qt4-gl python-sip-dev libqt4-dev libopenscenegraph-dev - sudo apt-get install python-qt4-dev python-qt4-gl python-sip-dev libqt4-dev libopenscenegraph-dev
- sudo apt-get install doxygen python-sphinx - sudo apt-get install doxygen python-sphinx
- sudo apt-get install git-buildpackage - sudo apt-get install git-buildpackage
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment