From 700d4f67d6c0975f9c2cc2ad5e3c944cdaa9142c Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Thu, 26 Jul 2012 22:33:01 +1000 Subject: [PATCH] Added an explicit installation of pyqcy for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4abc683..613129a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ python: - 2.6 - 2.7 install: + - pip install pyqcy - python ./setup.py install script: python ./setup.py test