No xvfb-run on windows
This commit is contained in:
parent
8c83dbf0f6
commit
eed2b3fc82
|
@ -28,5 +28,9 @@ install:
|
|||
- python setup.py install
|
||||
script:
|
||||
- python checkdeps.py
|
||||
- xvfb-run src/bitmessagemain.py -t
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
xvfb-run src/bitmessagemain.py -t;
|
||||
else
|
||||
python src/bitmessagemain.py -t;
|
||||
fi
|
||||
- python setup.py test
|
||||
|
|
Reference in New Issue
Block a user