Added the Bottle library
This commit is contained in:
parent
17fe834c6f
commit
a53fdb2a03
@ -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
|
||||
|
2
deps.sh
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user