Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Another small mod to travis.yml
Browse files Browse the repository at this point in the history
It's a workaround for this issue: getmoto/moto#1771
  • Loading branch information
Cag committed Mar 27, 2019
1 parent f0bc02d commit 43efbca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- "3.6"
# command to install dependencies
before_install:
- export BOTO_CONFIG=/dev/null
install:
- pip install -r requirements.txt
# command to run tests
Expand Down

0 comments on commit 43efbca

Please sign in to comment.