commit 55b8980d23d93cd0d5d9d0c203e8e02a3005a929 Author: Vaydheesh Date: Tue Apr 9 05:08:17 2019 +0530 Added: python setup.py install This should verify the installation process on Appveyor diff --git a/.appveyor.yml b/.appveyor.yml index 1c2354f..2535a70 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -34,6 +34,7 @@ install: - python --version - python -c "import sys,platform,struct; print(sys.platform, platform.machine(), struct.calcsize('P') * 8, )" - pip install -r requirements-dev.txt + - python setup.py install build: false test_script: - coverage run -m unittest --verbose --buffer tests