Skip to content

Commit

Permalink
Hotfix for travis boto issue: boto/boto#3717
Browse files Browse the repository at this point in the history
  • Loading branch information
bjherger committed Oct 6, 2018
1 parent 554eb1f commit a1eccb7
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 @@ -7,4 +7,6 @@ install:
- pip install -r requirements.txt
# command to run tests
script:
- python -m unittest discover -s tests/ # or py.test for Python versions 3.5 and below
- python -m unittest discover -s tests/ # or py.test for Python versions 3.5 and below

sudo: false

0 comments on commit a1eccb7

Please sign in to comment.