diff --git a/.travis.yml b/.travis.yml index 04836ba..3c735a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,5 @@ install: # command to run tests script: - - pytest --cov=./ + - pytest --cov=./ --cov-report html + diff --git a/week5-testing/__pycache__/times.cpython-38.pyc b/week5-testing/__pycache__/times.cpython-38.pyc index f45ba3b..6e41b15 100644 Binary files a/week5-testing/__pycache__/times.cpython-38.pyc and b/week5-testing/__pycache__/times.cpython-38.pyc differ