Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 14, 2018
1 parent 127627c commit cecada6
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 @@ -20,7 +20,7 @@ install:
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"

build:
- "%PYTHON%\\python.exe setup.py sdist
- "%PYTHON%\\python.exe setup.py sdist"
- "%PYTHON%\\python.exe -m pip install dist/*.tar.gz"

test_script:
Expand Down

0 comments on commit cecada6

Please sign in to comment.