From 2ef5f9208a28c7da8b4c5684ac1773aa3279afc9 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 3 May 2014 15:53:20 -1000 Subject: [PATCH] install pytest-localserver on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 723bfee..1e0459a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ python: - 3.3 - pypy install: -- pip install PyYAML pytest --use-mirrors +- pip install PyYAML pytest pytest-localserver --use-mirrors - if [ $WITH_LIB = "requests1.x" ] ; then pip install requests==1.2.3; fi - if [ $WITH_LIB = "requests2.x" ] ; then pip install requests; fi - if [ $WITH_LIB = "httplib2" ] ; then pip install httplib2; fi