Print a bit of debug info
parent
53302f36e3
commit
887a6d82a7
|
@ -1,12 +1,9 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
|
|
||||||
cache: pip
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
|
||||||
|
@ -14,11 +11,14 @@ env:
|
||||||
- OPENTAXII_CONFIG=$TRAVIS_BUILD_DIR/config.yaml URL="http://ec2-52-42-201-6.us-west-2.compute.amazonaws.com" APIKEY=Vjy0ra7wO6w6si7hbjxX52nARfVpaAO6Tm6lxeSm
|
- OPENTAXII_CONFIG=$TRAVIS_BUILD_DIR/config.yaml URL="http://ec2-52-42-201-6.us-west-2.compute.amazonaws.com" APIKEY=Vjy0ra7wO6w6si7hbjxX52nARfVpaAO6Tm6lxeSm
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
# Check the config is ok
|
||||||
|
- echo $OPENTAXII_CONFIG
|
||||||
# Set up the deps
|
# Set up the deps
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
#Configure hooks
|
#Configure hooks
|
||||||
- <misp_taxii_hooks/hooks.py sed 's@\[URL\]@'"$URL"'@; s@\[APIKEY\]@'"$APIKEY"'@' > misp_taxii_hooks/hooks.py
|
- <misp_taxii_hooks/hooks.py sed 's@\[URL\]@'"$URL"'@; s@\[APIKEY\]@'"$APIKEY"'@' > misp_taxii_hooks/hooks.py
|
||||||
|
- head -n20 misp_taxii_hooks/hooks.py
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
# Install OpenTAXII
|
# Install OpenTAXII
|
||||||
- cd OpenTAXII
|
- cd OpenTAXII
|
||||||
|
|
Loading…
Reference in New Issue