From ce56b9109ca895db329585c7e82f83d2ab34b489 2020-10-28 21:23:30 From: Matthias Bussonnier Date: 2020-10-28 21:23:30 Subject: [PATCH] less warnigns try to fix tests --- diff --git a/.travis.yml b/.travis.yml index 889e1ad..3702df2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ install: - pip install -e file://$PWD#egg=ipython[test] --upgrade - pip install trio curio --upgrade --upgrade-strategy eager - pip install 'pytest' 'matplotlib !=3.2.0' - - pip install codecov check-manifest pytest-cov --upgrade + - pip install codecov check-manifest pytest-cov --upgrade anyio pytest-asyncio script: