From a54bd27cb3c35315ea5075cbc7afd157cd1b885f Mon Sep 17 00:00:00 2001 From: Jeffrey Hokanson Date: Mon, 10 Aug 2020 18:40:34 -0600 Subject: [PATCH] Fixed name --- .travis.yml | 2 +- {test => tests}/test_index.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {test => tests}/test_index.py (100%) diff --git a/.travis.yml b/.travis.yml index e9b3495..ae8deed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - python setup.py install script: - - pytest --cov=polyrat tests/ + - pytest --cov=polyrat --cov-branch tests/ after_success: - coveralls diff --git a/test/test_index.py b/tests/test_index.py similarity index 100% rename from test/test_index.py rename to tests/test_index.py