Skip to content

Commit

Permalink
Use Makefile with Travis CI
Browse files Browse the repository at this point in the history
`scripts/run_test.sh` is old and deprecated
  • Loading branch information
lfdebrux committed Feb 19, 2019
1 parent 1b0307d commit 8f45887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ python:
- "3.6"
install:
- export BOTO_CONFIG=/dev/null
- pip install -r requirements-dev.txt
- make requirements-dev
script:
- ./scripts/run_tests.sh --cov=dmutils --cov-report=term-missing
- make test PYTEST_ARGS="--cov=dmutils --cov-report=term-missing"
after_success:
- coveralls
notifications:
Expand Down
21 changes: 0 additions & 21 deletions scripts/run_tests.sh

This file was deleted.

0 comments on commit 8f45887

Please sign in to comment.