Setting explicit python 3.6 conda variant

This commit is contained in:
adam-urbanczyk
2018-08-27 22:13:28 +02:00
parent 260d3ec7d4
commit 4dd5bce05f
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ before_deploy:
- set "TRAVIS_TAG=%APPVEYOR_REPO_TAG_NAME%"
- set "TRAVIS_COMMIT=%APPVEYOR_REPO_COMMIT%"
- set "TRAVIS_PYTHON_VERSION=%PYTHON_VERSION%"
- echo %TRAVIS_PYTHON_VERSION%
- conda config --set always_yes yes
- activate cqtest
- conda install anaconda-client conda-build

View File

@ -1,3 +1,3 @@
python:
- 2.7
- 3
- 3.6