Travis should now use the master branch

pull/73/head
Hannah Ward 6 years ago
parent eb538810ac
commit 5372f50298
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
  1. 6
      .travis.yml
  2. 1
      REQUIREMENTS

@ -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=$!

@ -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

Loading…
Cancel
Save