Fix mixed whitespace in the travis helper script files

pull/474/head
Marc Hoersken 2019-10-04 19:49:27 +02:00
parent 3e7615d002
commit 76f0ab113d
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +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

View File

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