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

Commit faa60a3

Browse files
Etienne12345Dominik Neise
authored andcommitted
Added binaries for python37 (#57)
* Added binaries for python37 * test py3.7 for osx as well * make pip install more verbose * Fixed wrong osx binary for python37
1 parent 416d2ca commit faa60a3

7 files changed

Lines changed: 7 additions & 1 deletion

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ matrix:
2727
env:
2828
- PYTHON_VERSION=3.6
2929
- MINICONDA_URL=https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
30+
- os: osx
31+
python: 3.7
32+
env:
33+
- PYTHON_VERSION=3.7
34+
- MINICONDA_URL=https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
35+
3036

3137
install:
3238
- wget $MINICONDA_URL -O miniconda.sh
@@ -38,7 +44,7 @@ install:
3844
- conda info -a
3945
- conda create -q -n pz python=$PYTHON_VERSION pip numpy astropy # pytest
4046
- source activate pz
41-
- pip install -r requirements.txt
47+
- pip install -v -r requirements.txt
4248
- pip install pytest
4349

4450
script:
5.7 KB
Binary file not shown.
38.9 KB
Binary file not shown.
5.7 KB
Binary file not shown.
38.7 KB
Binary file not shown.
1.17 MB
Binary file not shown.
36.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)