From 7b9bc1ee3d7208e395a3dbb4dcbcce7a611a1e98 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Mon, 24 Feb 2014 23:45:37 -0800 Subject: [PATCH] fix .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 61a5b940..cceb7882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: #script: py.test run-tests.py ./pywb/ --doctest-modules --ignore=setup.py #script: py.test -v --doctest-module ./tests/*.py ./pywb/ script: - run-tests.py + python run-tests.py after_success: coveralls