diff options
author | mattip <matti.picus@gmail.com> | 2018-05-13 15:22:09 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-05-13 15:22:09 +0300 |
commit | ede9631268e70b866bdc8b9bafedee2aa38972a1 (patch) | |
tree | a8e55fee9c8a2c503db856ea045243071fe098d3 /.travis.yml | |
parent | 25a2d3079ffb9fd0df5e87639941e83d63cd480c (diff) | |
download | numpy-ede9631268e70b866bdc8b9bafedee2aa38972a1.tar.gz |
ENH: remove nose from travis tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 168a7a385..4632fbffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,6 @@ matrix: - cython3-dbg - python3-dbg - python3-dev - - python3-nose - python3-setuptools - python: 3.6 env: USE_WHEEL=1 RUN_FULL_TESTS=1 |