Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Added binaries for python37 (#57)
Browse files Browse the repository at this point in the history
* Added binaries for python37

* test py3.7 for osx as well

* make pip install more verbose

* Fixed wrong osx binary for python37
  • Loading branch information
Etienne12345 authored and Dominik Neise committed Oct 11, 2018
1 parent 416d2ca commit faa60a3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ matrix:
env:
- PYTHON_VERSION=3.6
- MINICONDA_URL=https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
- os: osx
python: 3.7
env:
- PYTHON_VERSION=3.7
- MINICONDA_URL=https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh


install:
- wget $MINICONDA_URL -O miniconda.sh
Expand All @@ -38,7 +44,7 @@ install:
- conda info -a
- conda create -q -n pz python=$PYTHON_VERSION pip numpy astropy # pytest
- source activate pz
- pip install -r requirements.txt
- pip install -v -r requirements.txt
- pip install pytest

script:
Expand Down
Binary file modified protozfits/rawzfits.cpython-35m-darwin.so
Binary file not shown.
Binary file modified protozfits/rawzfits.cpython-35m-x86_64-linux-gnu.so
Binary file not shown.
Binary file modified protozfits/rawzfits.cpython-36m-darwin.so
Binary file not shown.
Binary file modified protozfits/rawzfits.cpython-36m-x86_64-linux-gnu.so
Binary file not shown.
Binary file added protozfits/rawzfits.cpython-37m-darwin.so
Binary file not shown.
Binary file modified protozfits/rawzfits.cpython-37m-x86_64-linux-gnu.so
Binary file not shown.

0 comments on commit faa60a3

Please sign in to comment.