mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 17:47:56 +08:00
DOC: Added ANACONDA_TOKEN directions
This commit is contained in:
+9
-1
@@ -6,7 +6,15 @@ python:
|
||||
- 3.4
|
||||
env:
|
||||
global:
|
||||
# ANACONDA_TOKEN with api:write
|
||||
# 1. Generated a token for travis at https://anaconda.org/quantopian/settings/access with scope api:write.
|
||||
# Can also be done via anaconda CLI with
|
||||
# $ TOKEN=$(anaconda auth --create --name my_travis_token)
|
||||
# 2. Generated secure env var below with travis gem via
|
||||
# $ travis encrypt ANACONDA_TOKEN=$TOKEN
|
||||
# See https://github.com/travis-ci/travis.rb#installation.
|
||||
# If authenticating travis gem with github, a github token with the following scopes
|
||||
# is sufficient: ["read:org", "user:email", "repo_deployment", "repo:status", "write:repo_hook"]
|
||||
# See https://docs.travis-ci.com/api#external-apis.
|
||||
- secure: "RJJjjQloUjCSkhII93QM+YAsr6YYq7hPFvlbnT07ogn1NeUPsVCyJ97oiZfKtPgdbd24hdQP/CHfB0HgTTES8n996tN3QWc4hZj0e10kFyIlas9qnkrRYRR1jxGShBDXrLdx/tGh8z1qnnCm1fy+fDhAF7Zerouwy4EA2YEzxdE="
|
||||
matrix:
|
||||
- NUMPY_VERSION=1.11.1 SCIPY_VERSION=0.17.1
|
||||
|
||||
+5
-1
@@ -8,7 +8,11 @@ environment:
|
||||
# See: http://stackoverflow.com/a/13751649/163740
|
||||
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\ci\\appveyor\\run_with_env.cmd"
|
||||
|
||||
# with api:write
|
||||
# 1. Generated a token for appveyor at https://anaconda.org/quantopian/settings/access with scope api:write.
|
||||
# Can also be done via anaconda CLI with
|
||||
# $ anaconda auth --create --name my_appveyor_token
|
||||
# 2. Generated secure env var below via appveyor's Encrypt data tool at https://ci.appveyor.com/tools/encrypt.
|
||||
# See https://www.appveyor.com/docs/build-configuration/#secure-variables.
|
||||
ANACONDA_TOKEN:
|
||||
secure: "u3oPlANiKY5g1yMtcK+2MQfb4ViKGEap3TcBtvS7Y1InyeWs80Ko3/PsP7Lp6qwq"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user