mirror of https://github.com/MISP/PyMISP
commit
a6ecd524d8
|
@ -8,9 +8,6 @@ if [ ${LEGACY} == true ]; then
|
|||
pip install .[fileobjects]
|
||||
else
|
||||
# We're in python3, installing with pipenv.
|
||||
pip install pipenv
|
||||
pipenv update --dev
|
||||
pip install pipenv
|
||||
pipenv update --dev
|
||||
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.
|
||||
pipenv run nosetests-3.4 --with-coverage --cover-package=pymisp,tests --cover-tests tests/test_*.py
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue