From dde4d7078afb6abe9e2a883e307654682b508d0c Mon Sep 17 00:00:00 2001 From: Sergey Koposov Date: Mon, 29 Jun 2020 22:59:42 -0400 Subject: [PATCH] remove spaces from commit --- .coveragerc | 2 +- .gitignore | 3 ++- .travis.yml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 0bb207e..0ea88e1 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,2 +1,2 @@ [run] -source = py/ +source=py/ diff --git a/.gitignore b/.gitignore index e4e5f6c..2fe139a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*~ \ No newline at end of file +*~ +.coverage \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index d6a417c..90fefd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: install: - pip install -r requirements.txt + - pip install pytest - pip install pytest-cov - pip install coveralls - pip install .