Skip to content

Commit

Permalink
Changed appveyor setup to make use of nose for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjelvar-olsson committed Jun 5, 2015
1 parent 7fd9b11 commit 747b684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -24,4 +24,4 @@ build: false # Not a C# project, build stuff at the test step instead.


test_script:
- "%PYTHON%/python setup.py test"
- "%PYTHON%/Scripts/nosetests"
4 changes: 2 additions & 2 deletions appveyor/install.ps1
Expand Up @@ -79,8 +79,8 @@ function InstallPackage ($python_home, $pkg) {
function main () {
InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
InstallPip $env:PYTHON
InstallPackage $env:PYTHON tox
InstallPackage $env:PYTHON wheel
InstallPackage $env:PYTHON nose
InstallPackage $env:PYTHON coverage
}

main

0 comments on commit 747b684

Please sign in to comment.