Skip to content

Commit

Permalink
[ci] refs #17 - Add instructions to run tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevNorge committed Jun 26, 2018
1 parent 09b07b7 commit 36c90b5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ environment:
- PYTHON: "C:\\Python36-x64"

install:
- "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install wheel tox"

build: off

test_script:
- "build.cmd %PYTHON%\\python.exe setup.py test"

after_test:
- "build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"


- "make test"

0 comments on commit 36c90b5

Please sign in to comment.