Skip to content

Commit

Permalink
boto.cfg wreaking havoc!
Browse files Browse the repository at this point in the history
  • Loading branch information
hobs committed Jun 17, 2019
1 parent 91d08d7 commit eb38f68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ env:
# - DISTRIB="ubuntu" PYTHON_VERSION="2.7" COVERAGE="true" COVERALLS="false"
# - DISTRIB="conda" PYTHON_VERSION="2.7" COVERAGE="false" COVERALLS="false"
# - DISTRIB="conda" PYTHON_VERSION="3.4" COVERAGE="false" COVERALLS="false"
- DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="true" COVERALLS="true"
- DISTRIB="conda" PYTHON_VERSION="3.6" COVERAGE="true" COVERALLS="true" BOTO_CONFIG="/dev/null"
# - DISTRIB="ubuntu" PYTHON_VERSION="3.5" COVERAGE="true" COVERALLS="true"
addons:
apt:
packages:
- git
- python-pip
before_install:
- sudo rm -f /etc/boto.cfg
install:
- source tests/travis_install.sh
- pip install --upgrade pip
Expand Down

0 comments on commit eb38f68

Please sign in to comment.