diff --git a/.travis.yml b/.travis.yml index 120dcea..ed51570 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,11 +27,10 @@ addons: install: - pip uninstall -y numpy - - pip install boututils - pip install codecov pytest-cov script: - pytest --cov=./ after_success: - - codecov \ No newline at end of file + - codecov