Build only one noarch package with python >=3.6
This commit is contained in:
parent
8d779b11f6
commit
63150a4b19
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user