Skip to content

Commit

Permalink
Attempt to configure appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Jul 8, 2018
1 parent 68d2408 commit b29c720
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions appveyor.yml
@@ -0,0 +1,19 @@


install:
- "SET PYTHON=C:\\Python36"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- pip install -r requirements.txt


build: off


test_script:
- "python source/unit_tests.py"


on_finish:
- python --version
- echo %PATH%

0 comments on commit b29c720

Please sign in to comment.