Build only one noarch package with python >=3.6

This commit is contained in:
usov_i 2020-11-06 15:03:48 +01:00
parent 8d779b11f6
commit 63150a4b19
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
language: python
python:
- 3.6
- 3.7
- 3.8
# Build only tagged commits
if: tag IS present

View File

@ -15,10 +15,10 @@ build:
requirements:
build:
- python
- python >=3.6
- setuptools
run:
- python
- python >=3.6
- numpy
- scipy
- pandas