conda: restrict python to 3.5.* explicitly.
This commit is contained in:
parent
051350e277
commit
acfbcb28ca
|
@ -14,9 +14,9 @@ build:
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
||||||
- python
|
- python 3.5.*
|
||||||
run:
|
run:
|
||||||
- python
|
- python 3.5.*
|
||||||
|
|
||||||
test:
|
test:
|
||||||
imports:
|
imports:
|
||||||
|
|
Loading…
Reference in New Issue