Commit 201d8cd9 by Victor Manuel Alvarez

Fix issues in appveyor configuration

parent d8805466
...@@ -104,7 +104,7 @@ install: ...@@ -104,7 +104,7 @@ install:
# compiled extensions and are not provided as pre-built wheel packages, # compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the # pip will build them from source using the MSVC compiler matching the
# target Python version and architecture # target Python version and architecture
- "%CMD_IN_ENV% pip install nose wheel" - "%CMD_IN_ENV% pip install wheel"
# This is workaround for solving an issue caused by CMake not finding an # This is workaround for solving an issue caused by CMake not finding an
# appropriate compilet for Visual Studio 9 2008 Win64. This workaround was # appropriate compilet for Visual Studio 9 2008 Win64. This workaround was
...@@ -135,7 +135,7 @@ build_script: ...@@ -135,7 +135,7 @@ build_script:
test_script: test_script:
# Run the project tests # Run the project tests
- python setup.py nosetests - python setup.py test
after_test: after_test:
# If tests are successful, create binary packages for the project. # If tests are successful, create binary packages for the project.
......
[metadata] [metadata]
description-file = README.md description-file = README.md
license_file = LICENSE license_file = LICENSE
[test]
test_suite=tests
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment