diff --git a/.travis.yml b/.travis.yml index 840ebf6..0a4b6f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ python: install: - sudo apt-get install python-libvirt python-numpy python-scipy - cp /usr/lib/python2.7/dist-packages/*libvirt* ~/virtualenv/python2.7/local/lib/python2.7/site-packages/ - - pip install --use-mirrors pyqcy mocktest PyContracts nose SQLAlchemy + - pip install --use-mirrors pyqcy mocktest PyContracts nose SQLAlchemy bottle - python setup.py install script: nosetests diff --git a/deps.sh b/deps.sh index 339d110..302f8c9 100755 --- a/deps.sh +++ b/deps.sh @@ -14,5 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -sudo pip2 install --upgrade pyqcy mocktest PyContracts sniffer pyinotify SQLAlchemy +sudo pip2 install --upgrade pyqcy mocktest PyContracts sniffer pyinotify SQLAlchemy bottle sudo pacman -S python2-scipy