Build only one noarch package with python >=3.6
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.7
|
|
||||||
- 3.8
|
|
||||||
|
|
||||||
# Build only tagged commits
|
# Build only tagged commits
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
|
|||||||
@@ -15,10 +15,10 @@ build:
|
|||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
||||||
- python
|
- python >=3.6
|
||||||
- setuptools
|
- setuptools
|
||||||
run:
|
run:
|
||||||
- python
|
- python >=3.6
|
||||||
- numpy
|
- numpy
|
||||||
- scipy
|
- scipy
|
||||||
- pandas
|
- pandas
|
||||||
|
|||||||
Reference in New Issue
Block a user