Coverage for multiple Python versions. (#3951)

Update tests to use codecov for multiple python versions.
This commit is contained in:
Todd Gamblin
2017-04-21 17:41:30 -07:00
committed by GitHub
parent ead58cbb90
commit 4572685710
2 changed files with 4 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ before_script:
script: share/spack/qa/run-$TEST_SUITE-tests
after_success:
- if [[ $TEST_SUITE == unit && $TRAVIS_PYTHON_VERSION == 2.7 && $TRAVIS_OS_NAME == "linux" ]]; then codecov --env PY_VERSION; fi
- codecov --env PY_VERSION
#=============================================================================
# Notifications