diff --git a/.travis.yml b/.travis.yml index bb4045d8..cb7df909 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - '3.6' install: - pip install -r requirements-dev.txt +- pip install --user codecov matrix: fast_finish: true script: @@ -28,12 +29,4 @@ jobs: branch: master distributions: sdist after_success: -- curl -Lo travis_after_all.py https://git.io/travis_after_all -- python travis_after_all.py -- export $(cat .to_export_back) -- |- - if [ "$BUILD_LEADER" = "YES" ]; then - if [ "$BUILD_AGGREGATE_STATUS" = "others_succeeded" ]; then - python setup.py coverage && codecov - fi - fi \ No newline at end of file + - codecov \ No newline at end of file diff --git a/setup.py b/setup.py index 7573e001..c4f1cfab 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='aide_design', - version='0.0.9', + version='0.0.10', description='AguaClara Infrastructure Design Engine', url='https://github.com/AguaClara/aguaclara_design', author='AguaClara at Cornell',