From c259dffdf750b7c052817d9eb4bf006c2f502fd9 Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 11 Oct 2014 12:40:45 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e1de84..bba2018 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ python: - "3.3" install: - "pip install -r requirements.txt" - - "pip install sphinx" # for test-building docs script: - "PYTHONPATH=. py.test" # run unit tests - "python setup.py install" # test install