Skip to content

Commit f3a5af6

Browse files
author
Dan
committed
Update appveryor.yml
1 parent 7fd05c4 commit f3a5af6

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
@@ -129,8 +129,8 @@ build_script:
129129

130130
test_script:
131131
# Run the project tests
132-
- %PYEXE% setup.py nosetests --with-coverage --cover-package=pssh
133-
- %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"
132+
- "%PYEXE% setup.py nosetests --with-coverage --cover-package=pssh"
133+
- "%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\""
134134

135135
after_test:
136136
# We already built the wheel during build_script, because it's

0 commit comments

Comments
 (0)