conda: restrict python to 3.5.* explicitly.

This commit is contained in:
whitequark 2015-10-22 12:31:56 +03:00
parent 051350e277
commit acfbcb28ca
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ build:
requirements: requirements:
build: build:
- python - python 3.5.*
run: run:
- python - python 3.5.*
test: test:
imports: imports: