Skip to content
Snippets Groups Projects
Commit bbf9d963 authored by inso's avatar inso
Browse files

Run py.test

parent 6d232ba0
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@ lrelease -version
echo "%CWD%"
python setup.py test
py.test
if %errorlevel% neq 0 exit /b 1
\ No newline at end of file
......@@ -14,9 +14,9 @@ cd $HOME/build/duniter/sakia
pyenv shell $PYENV_PYTHON_VERSION
if [ $TRAVIS_OS_NAME == "linux" ]
then
coverage run --source=sakia.core,sakia.gui,sakia.models pytest
coverage run --source=sakia.core,sakia.gui,sakia.models py.test
else
pytest
py.test
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment