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

Commit

Permalink
Yet noather small mod
Browse files Browse the repository at this point in the history
A workaround for getmoto/moto#1941 so tests on Travis would pass
  • Loading branch information
Cag committed Mar 27, 2019
1 parent 43efbca commit 5153433
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 @@ -6,6 +6,8 @@ before_install:
- export BOTO_CONFIG=/dev/null
install:
- pip install -r requirements.txt
# This is a workaround for issue: https://github.com/spulec/moto/issues/1941
- pip install -e git+https://github.com/spulec/moto@master#egg=moto
# command to run tests
script:
- PYTHONPATH=. python3 -m pytest tests/

0 comments on commit 5153433

Please sign in to comment.