Skip to content

Commit

Permalink
Add StackStorm repo to travis for packs testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Vazhappilly committed May 29, 2019
1 parent f855e21 commit 56a23e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[pytest]
usefixtures = cache
python_files = test_*.py __init__.py
norecursedirs = st2

0 comments on commit 56a23e6

Please sign in to comment.