Skip to content

Commit

Permalink
point boto config to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
delgadom committed Jul 12, 2017
1 parent 488166d commit d299340
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ matrix:
env: IMPACTLAB_USER_TEST_ENV=conda

install:
- export BOTO_CONFIG=/dev/null
- if [[ "$IMPACTLAB_USER_TEST_ENV" == "conda" ]]; then
if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
Expand All @@ -38,6 +39,7 @@ install:
- python -m pip install pytest-cov

script:
- export BOTO_CONFIG=/dev/null
- export PATH=/home/travis/miniconda/bin:$PATH
- export PATH=/home/travis/miniconda1/bin:$PATH
- export PATH=/home/travis/miniconda2/bin:$PATH
Expand Down

0 comments on commit d299340

Please sign in to comment.