Added an explicit installation of pyqcy for travis

This commit is contained in:
Anton Beloglazov 2012-07-26 22:33:01 +10:00
parent 51be4d1bc7
commit 700d4f67d6

View File

@ -3,5 +3,6 @@ python:
- 2.6
- 2.7
install:
- pip install pyqcy
- python ./setup.py install
script: python ./setup.py test