From 77f445abf79d6820ff04a8482608500cc442585c Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 25 Jun 2014 10:57:12 -0500 Subject: [PATCH] Fix broken travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf3f6e7..aa330d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,8 @@ before_script: - pip install -r dev-requirements.txt script: - - > - py.test --cov rfc3986 tests/ - coverage report -m --fail-under 100 + - py.test --cov rfc3986 tests/ + - coverage report --fail-under 100 -m notifications: on_success: change