Browse Source

Travis: use less python versions for testing

zolfa-add_slices_loading
Ruben Verweij 7 years ago
parent
commit
0aa3a35f4f
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      .travis.yml

+ 1
- 4
.travis.yml View File

@ -11,11 +11,8 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "nightly" # currently points to 3.7-dev
install:
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy numpy


Loading…
Cancel
Save