Skip to content

Commit e0e8971

Browse files
author
Dan
committed
Updated appveyor config
1 parent 7b00aac commit e0e8971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ build_script:
119119

120120
test_script:
121121
# Run the project tests
122-
- "%PYEXE% setup.py nosetests --with-coverage --cover-package=pssh"
123-
- "%PYEXE% -c 'import sys; sys.version_info >= (3,) and sys.exit(1)' || eval \"2to3 -nw embedded_server/*.py && 2to3 tests/*.py -o tests3 -nw && cp tests/test_client_private_key* tests3/ && python setup.py nosetests -w tests3 --with-coverage --cover-package=pssh\""
122+
- "%PYEXE%" setup.py nosetests --with-coverage --cover-package=pssh
123+
- "%PYEXE%" -c 'import sys; sys.version_info >= (3,) and sys.exit(1)' || eval "2to3 -nw embedded_server/*.py && 2to3 tests/*.py -o tests3 -nw && cp tests/test_client_private_key* tests3/ && python setup.py nosetests -w tests3 --with-coverage --cover-package=pssh"
124124

125125
after_test:
126126
# We already built the wheel during build_script, because it's

0 commit comments

Comments
 (0)