DOC: Added ANACONDA_TOKEN directions

This commit is contained in:
Richard Frank
2016-11-10 12:12:02 -05:00
parent b309e3ce1e
commit 7b65cd23db
2 changed files with 14 additions and 2 deletions
+9 -1
View File
@@ -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