Skip to content

Commit

Permalink
update description, add testing back
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Feb 22, 2020
1 parent af9b2c7 commit a13bda6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
from setuptools import setup, find_packages

DESCRIPTION = """
Beep is software designed to support Battery Estimation and Early Prediction
of cycle life corresponding to the research of the
[d3batt program](https://d3batt.mit.edu/)
and the
[Toyota Research Institute](http://www.tri.global/accelerated-materials-design-and-discovery/).
Beep enables parsing and handing of electrochemical battery cycling data
via data objects reflecting cycling run data, experimental protocol,
featurization
"""

setup(name="beep",
url="https://github.com/ToyotaResearchInstitute/beep",
version="2020.2.22",
Expand Down
4 changes: 2 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ def release(ctx, notest=False):
"""
ctx.run("rm -r dist build beep.egg-info", warn=True)
set_ver(ctx)
# if not notest:
# ctx.run("pytest beep")
if not notest:
ctx.run("pytest beep")
publish(ctx)
merge_stable(ctx)
release_github(ctx)

0 comments on commit a13bda6

Please sign in to comment.