Skip to content

Commit

Permalink
Changed version string in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 18, 2019
1 parent 29f0700 commit 34a7730
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ matrix:
- os: linux
language: generic
env:
- PYTHON_VERSION="3.6" BUILD_CONDA="YES" NUMPY_VERSION=1.15.*
- PYTHON_VERSION="3.6" BUILD_CONDA="YES" NUMPY_VERSION=1.15
- os: osx
language: generic
env:
- PYTHON_VERSION="3.6" DISPLAY_AVAIL="NO" BUILD_BINARY="YES" NUMPY_VERSION=1.15.*
- PYTHON_VERSION="3.6" DISPLAY_AVAIL="NO" BUILD_BINARY="YES" NUMPY_VERSION=1.15
- os: linux
language: generic
env:
- PYTHON_VERSION="2.7" NUMPY_VERSION=1.15.*
- PYTHON_VERSION="2.7" NUMPY_VERSION=1.15
- os: linux
language: generic
env:
- PYTHON_VERSION="3.6" BUILD_DOCS="YES" NUMPY_VERSION=1.15.* COVERALLS="YES"
- PYTHON_VERSION="3.6" BUILD_DOCS="YES" NUMPY_VERSION=1.15 COVERALLS="YES"
before_install:
- source ci/install.sh
install:
Expand Down
4 changes: 0 additions & 4 deletions conda-recipe/build.sh

This file was deleted.

0 comments on commit 34a7730

Please sign in to comment.