Skip to content

Commit

Permalink
Add back run.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Jul 13, 2016
1 parent f08891f commit 16bf7c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ before_script:

# Run tox from the created virtualenv.
script:
- tox
- ./.travis/run.sh
10 changes: 10 additions & 0 deletions .travis/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash
set -e
set -x

if [[ "$(uname -s)" == "Darwin" ]]; then
# Initialize the virtualenv created at install time.
source ~/.venv/bin/activate
fi

tox -- $TOX_FLAGS

0 comments on commit 16bf7c2

Please sign in to comment.