From d60f4ef4958ad67abe401175b09fa5f65bb9f1d4 Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Mon, 21 Nov 2016 14:49:05 +0000 Subject: [PATCH] Use the CIRCL pymisp. Silly @rafiot ;) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3462f08..15858f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - pip install -U -r REQUIREMENTS - pip install . # Force travis to use the right pymisp - - git clone https://github.com/MISP/PyMISP.git + - git clone https://github.com/CIRCL/PyMISP.git - cd PyMISP - python setup.py install - cd ..