mirror of https://github.com/MISP/PyMISP
commit
a6ecd524d8
|
@ -8,9 +8,6 @@ if [ ${LEGACY} == true ]; then
|
||||||
pip install .[fileobjects]
|
pip install .[fileobjects]
|
||||||
else
|
else
|
||||||
# We're in python3, installing with pipenv.
|
# We're in python3, installing with pipenv.
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
pipenv update --dev
|
pipenv update --dev
|
||||||
fi
|
fi
|
||||||
pushd tests
|
|
||||||
git clone https://github.com/viper-framework/viper-test-files.git
|
|
||||||
popd
|
|
||||||
|
|
|
@ -7,5 +7,5 @@ if [ -z ${LEGACY} ]; then
|
||||||
# We're in python3, test all and use pipenv.
|
# We're in python3, test all and use pipenv.
|
||||||
pipenv run nosetests-3.4 --with-coverage --cover-package=pymisp,tests --cover-tests tests/test_*.py
|
pipenv run nosetests-3.4 --with-coverage --cover-package=pymisp,tests --cover-tests tests/test_*.py
|
||||||
else
|
else
|
||||||
nosetests --with-coverage --cover-package=pymisp,tests --cover-tests tests/test_mispevent.py
|
nosetests --with-coverage --cover-package=pymisp,tests --cover-tests tests/test_mispevent.py
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue