Skip to content

Commit

Permalink
fixed windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
denisenkom committed Jun 20, 2014
1 parent 349d088 commit 646258b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ci.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%PYTHONHOME%\scripts\virtualenv env
call env\scripts\activate.bat
pip install coverage --use-mirrors
pip install -r requirements.txt --use-mirrors
pip install -r test_requirements.txt --use-mirrors
pip install -r test_requirements26.txt --use-mirrors
nosetests --with-coverage --cover-erase --cover-package=pytds --cover-xml --cover-xml-file=coverage.xml --with-xunit --xunit-file=xunit.xml
set PYTHONHOME=
env\scripts\pip install coverage --use-mirrors
env\scripts\pip install -r requirements.txt --use-mirrors
env\scripts\pip install -r test_requirements.txt --use-mirrors
env\scripts\pip install -r test_requirements26.txt --use-mirrors
env\scripts\nosetests --with-coverage --cover-erase --cover-package=pytds --cover-xml --cover-xml-file=coverage.xml --with-xunit --xunit-file=xunit.xml

0 comments on commit 646258b

Please sign in to comment.