Skip to content

Commit

Permalink
Add init script to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
adversariel committed Dec 15, 2016
1 parent 13ce977 commit 54ab0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_install:
- make sdist
- pip install ./dist/rbtree-0.1.tar.gz
- pip install ./dist/timeseries-0.1.tar.gz
- ./init.sh
script:
- py.test
after_success:
Expand Down

0 comments on commit 54ab0d5

Please sign in to comment.