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