Added the Bottle library

This commit is contained in:
Anton Beloglazov 2012-09-18 17:34:55 +10:00
parent 17fe834c6f
commit a53fdb2a03
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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