Travis should now use the master branch

pull/73/head
Hannah Ward 2016-11-21 14:43:29 +00:00
parent eb538810ac
commit 5372f50298
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
2 changed files with 5 additions and 2 deletions

View File

@ -16,7 +16,11 @@ install:
- pip install codecov
- pip install -U -r REQUIREMENTS
- pip install .
# Force travis to use the right pymisp
- git clone https://github.com/MISP/PyMISP.git
- cd PyMISP
- python setup.py install
- cd ..
script:
- coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ &
- pid=$!

View File

@ -12,7 +12,6 @@ pyeupi
ipasn-redis
asnhistory
git+https://github.com/Rafiot/uwhoisd.git@testing#egg=uwhois&subdirectory=client
git+https://github.com/MISP/PyMISP.git
pillow
pytesseract
SPARQLWrapper