From 4dcaedb5d96e822905c881ac39c42f6c5541aa12 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Mon, 2 Nov 2015 18:21:19 +0000 Subject: [PATCH] py.test the right thing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad3f8f8..b31c9fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,5 +20,5 @@ addons: before_script: - pip install . pytest requests -script: py.test warcprox +script: py.test -v -s tests