Move build component into build_script in appveyor

master
Taylor Smith 2018-05-31 16:44:50 -05:00
parent b0e3a7737c
commit 1983759c10
1 changed files with 1 additions and 3 deletions

View File

@ -71,12 +71,10 @@ install:
- pip install -r requirements.txt
- pip install pytest
build_script:
# set up the package
- python setup.py install
# build_script:
# No build_script required as it's handled in the install section.
after_build:
# Remove old or huge cache files to hopefully not exceed the 1GB cache limit.
#