Skip to content

Commit

Permalink
cleanup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jan 21, 2019
1 parent 7607530 commit 6bee48b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
38 changes: 0 additions & 38 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ matrix:
- CIBW_BUILD="cp27-*"
- COVER="off"

- name: "Linux py35"
sudo: required
language: python
python: 3.5
services: docker
env:
- PIP=pip
- CIBW_BUILD="cp35-*"
- COVER="off"

- name: "Linux py36"
sudo: required
language: python
Expand All @@ -32,37 +22,9 @@ matrix:
- CIBW_BUILD="cp36-*"
- COVER="on"

- name: "MacOS py27"
os: osx
language: generic
env:
- PIP=pip2
- CIBW_BUILD="cp27-*"
- COVER="off"

- name: "MacOS py35"
os: osx
language: generic
env:
- PIP=pip2
- CIBW_BUILD="cp35-*"
- COVER="off"

- name: "MacOS py36"
os: osx
language: generic
env:
- PIP=pip2
- CIBW_BUILD="cp36-*"
- COVER="off"

env:
global:
- TWINE_USERNAME=geostatframework
# - CIBW_BEFORE_BUILD="pip install numpy==1.13.0 cython==0.26"
# - CIBW_TEST_REQUIRES=pytest-cov
# inplace cython build and test run
# - CIBW_TEST_COMMAND="cd {project} && python setup.py build_ext --inplace && py.test --cov gstools --cov-report term-missing -v {project}/tests"

script:
# create wheels
Expand Down
17 changes: 0 additions & 17 deletions appveyor.yml

This file was deleted.

0 comments on commit 6bee48b

Please sign in to comment.