Skip to content

Commit

Permalink
Fixing conflict in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Jun 26, 2020
1 parent 5e72a8d commit 48dedcc
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,29 +445,6 @@ matrix:
fi
<<<<<<< HEAD
=======
- os: linux
name: Python 2 Package
if: (type = push AND branch = master) OR type = pull_request OR tag =~ /^v\d+\.\d+\.\d+$/
dist: bionic
language: python
python: 2.7

cache: pip
env:
- CIBW_BUILD='cp27-*'

install:
- pip install numpy pandas pytest

script:
- cd tools/pythonpkg
- python setup.py install
- python -m pytest tests


>>>>>>> origin/master
- os: osx
name: Python Package
if: (type = push AND branch = master) OR type = pull_request OR tag =~ /^v\d+\.\d+\.\d+$/
Expand Down

0 comments on commit 48dedcc

Please sign in to comment.