conda: do not compile .py files to .pyc.

We are producing a noarch package, and conda will strip all .pyc
files, so this is a significant waste of time.
pull/875/head
whitequark 2017-11-26 23:59:53 +00:00
parent 30f47994db
commit cf5d50de0c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ build:
- {{ entry_point }}
{% endfor %}
{% endfor %}
script: $PYTHON setup.py install --single-version-externally-managed --record=record.txt
script: $PYTHON setup.py install --no-compile --single-version-externally-managed --record=record.txt
requirements:
build: