Skip to content

Commit

Permalink
Fix issue in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Apr 3, 2016
1 parent 3f56e39 commit ceaf42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"

build_script:
- "%PYTHON%\\python.exe python setup.py build"
- "%PYTHON%\\python.exe setup.py build"

test_script:
- "%PYTHON%\\python.exe nosetests"

0 comments on commit ceaf42a

Please sign in to comment.