Skip to content

Commit

Permalink
Add Environmental Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimosthenis Schizas authored and dimoschi committed Jul 19, 2016
1 parent f9e4e6b commit 1d7b00a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
branches:
only:
- master

environment:
global:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
Expand All @@ -23,7 +27,6 @@ environment:
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "64"


install:
- ECHO "Filesystem root:"
- ps: "ls \"C:/\""
Expand Down Expand Up @@ -72,4 +75,3 @@ artifacts:
#on_success:
# - TODO: upload the content of dist/*.whl to a public wheelhouse
#

1 change: 0 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
codecov:
token: 5ad93ecd-ffdc-4c92-b2db-a7c0ff1c1571
ci:
- "!ci.appveyor.com"

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ whitelist_externals = source
bash
install_command = pip install -U {opts} {packages}
setenv = TOX_ENV_NAME={envname}
passenv = TOX_* TRANSIFEX_USER TRANSIFEX_PASSWORD CI_* CIRCLE_* APPVEYOR_*
passenv = TOX_* TRANSIFEX_USER TRANSIFEX_PASSWORD CI CI_* CIRCLECI CIRCLE* APPVEYOR* CODECOV_TOKEN
deps = codecov>=1.4.0
coverage
commands = python -V
coverage run --append setup.py test
bash ./contrib/test_build.sh
codecov -e TOX_ENV_NAME CIRCLE_BUILD_NUM --token=5ad93ecd-ffdc-4c92-b2db-a7c0ff1c1571
codecov -e TOX_ENV_NAME -t {env:CODECOV_TOKEN:}

0 comments on commit 1d7b00a

Please sign in to comment.