Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add StackStorm repo to travis for packs testing
Browse files Browse the repository at this point in the history
Joseph Vazhappilly committed May 29, 2019
1 parent f855e21 commit a6ba7dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -5,10 +5,14 @@ python:
- "2.7"
- "3.5"

env:
- ST2_REPO_PATH=/tmp/st2

before_install:
- sudo mkdir -p /var/log/opensds
- sudo touch /var/log/opensds/orchestration.log
- sudo chmod 666 /var/log/opensds/orchestration.log
- git clone https://github.com/StackStorm/st2.git /tmp/st2

install:
- pip install tox codecov

0 comments on commit a6ba7dc

Please sign in to comment.