Skip to content

Commit

Permalink
Merge pull request #73 from AguaClara/v0.0.10
Browse files Browse the repository at this point in the history
try to upload codecov reports
  • Loading branch information
eak24 authored May 11, 2018
2 parents 65165f3 + 1d2ea35 commit fcf932a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- '3.6'
install:
- pip install -r requirements-dev.txt
- pip install --user codecov
matrix:
fast_finish: true
script:
Expand All @@ -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
- codecov
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit fcf932a

Please sign in to comment.