Skip to content

Commit

Permalink
correct execution of run-tests.sh in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Frust committed Apr 11, 2017
1 parent cb557f0 commit 4f8b675
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install:
- "travis_retry pip install -e .[${EXTRAS}]"

script:
- "./run-tests.sh"
- "sh run-tests.sh"

after_success:
- coveralls
Empty file modified run-tests.sh
100644 → 100755
Empty file.

0 comments on commit 4f8b675

Please sign in to comment.