Commit 0f5e5ab8 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Attempting to figure out why environment vars not seen

parent 9018ecbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ script:
after_success:
- echo "TESTTEST"
- echo $TESTTEST
- echo $AWS_ACCESS_KEY_ID
- source devtools/travis-ci/after_sucess.sh
env:
  global:
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ BUCKET_NAME = 'deepchem.io'
if not any(d.project_name == 's3cmd' for d in pip.get_installed_distributions()):
  raise ImportError('The s3cmd package is required. try $ pip install s3cmd')

print("os.environ.keys()")
print(os.environ.keys())

# The secret key is available as a secure environment variable
# on travis-ci to push the build documentation to Amazon S3.
with tempfile.NamedTemporaryFile('w') as f: