Skip to content

Commit 55b8980

Browse files
Added: python setup.py install
This should verify the installation process on Appveyor
1 parent 17a9017 commit 55b8980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ install:
3434
- python --version
3535
- python -c "import sys,platform,struct; print(sys.platform, platform.machine(), struct.calcsize('P') * 8, )"
3636
- pip install -r requirements-dev.txt
37+
- python setup.py install
3738
build: false
3839
test_script:
3940
- coverage run -m unittest --verbose --buffer tests

0 commit comments

Comments
 (0)