From 93d95993dfb0a948820b5c2e9eb6487aa5e964d5 Mon Sep 17 00:00:00 2001 From: John Omotani Date: Mon, 4 Jan 2021 14:21:01 +0000 Subject: [PATCH] Don't pip-install boututils on Travis Want to use repo version, not PyPi version. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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