Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Jan 27, 2019
1 parent c615bdd commit 0bbb123
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -7,8 +7,11 @@ cache: pip
before_install:
- export BOTO_CONFIG=/dev/null
install:
- pip install python-coveralls
- pip install -r requirements.txt
- pip install .
# command to run tests
script:
- sh test.sh
- sh test.sh
after_success:
- coveralls

0 comments on commit 0bbb123

Please sign in to comment.