Ok ok I installed the deps in the right order this time

travis
Hannah Ward 2016-11-18 14:59:30 +00:00
parent c19d0eedf7
commit 53302f36e3
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 3 additions and 4 deletions

View File

@ -17,6 +17,9 @@ install:
# Set up the deps
- git submodule init
- git submodule update
#Configure hooks
- <misp_taxii_hooks/hooks.py sed 's@\[URL\]@'"$URL"'@; s@\[APIKEY\]@'"$APIKEY"'@' > misp_taxii_hooks/hooks.py
- python setup.py install
# Install OpenTAXII
- cd OpenTAXII
- python setup.py install
@ -29,10 +32,6 @@ install:
- opentaxii-create-services -c services.yaml
- opentaxii-create-collections -c collections.yaml
- opentaxii-create-acccount -u travis -p travis
#Configure hooks
- <misp_taxii_hooks/hooks.py sed 's@\[URL\]@'"$URL"'@; s@\[APIKEY\]@'"$APIKEY"'@' > misp_taxii_hooks/hooks.py
- python setup.py install
script:
- opentaxii-run-dev &
- pid=$!