NREL / bifacialvf

Bifacial PV View Factor model for system performance calculation
https://bifacialvf.readthedocs.io
Other
29 stars 18 forks source link

Development v0.1.7 #19

Closed cdeline closed 5 years ago

cdeline commented 5 years ago

Pytests and python3 compatibility.

cdeline commented 5 years ago

Merging this into Master - most of the updates were from Mark @mikofski . Hopefully I wrote the .travis.yml correctly and the deployment will happen automatically to PyPl

mikofski commented 5 years ago

Travis says pypi upload failed. Just checking, is your pypi account username cdeline?

mikofski commented 5 years ago

@cdeline another option if the "secure encrypted" credentials aren't working is to manually add your PyPI password to the Travis settings for the repo, and click the hide button, which will keep it out of logs, etc., then you can specify the PYPI_PASSWORD environment variable in your deploy section of .travis.yml like this:

  - provider: pypi
    user: perfspwr
    password: $PYPI_PASSWORD
    distributions: "sdist bdist_wheel" # Your distributions here
    skip_upload_docs: true
    on:
      tags: true