diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-03 12:32:53 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-04-04 06:42:18 -0600 |
commit | 7f68c8a6a38049284fcdfd80c8c983996f0383f8 (patch) | |
tree | 325dd93055916cb9954d64fff516adfb148bc455 /tools/travis-before-install.sh | |
parent | 0938043c04726a2cd4d8acfb225dca3a19868b44 (diff) | |
download | numpy-7f68c8a6a38049284fcdfd80c8c983996f0383f8.tar.gz |
TST: Update travis and appveyor to use pytest.
For the time being, these tests will ignore the flood of deprecated
yield test warnings. Fixing those is for another PR.
Diffstat (limited to 'tools/travis-before-install.sh')
-rwxr-xr-x | tools/travis-before-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-before-install.sh b/tools/travis-before-install.sh index 5e5278ce5..1671d35b4 100755 --- a/tools/travis-before-install.sh +++ b/tools/travis-before-install.sh @@ -26,6 +26,6 @@ fi source venv/bin/activate python -V pip install --upgrade pip setuptools -pip install nose pytz cython +pip install nose pytz cython pytest if [ -n "$USE_ASV" ]; then pip install asv; fi popd |