From 9ca21a89c2ca5532a71eef691e6cb8e66ae50afc Mon Sep 17 00:00:00 2001 From: zhangshine Date: Wed, 10 Jun 2015 01:10:21 +0800 Subject: [PATCH] missing st$ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2e6d9f..eebd15e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: python: "2.6" install: - - pip install reportlab==REPORTLAB + - pip install reportlab==$REPORTLAB - python setup.py install script: python setup.py test