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 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

View File

@ -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