diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-04-21 17:41:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-21 17:41:30 -0700 |
commit | 457268571086f921ea1034ec214511047a287ed3 (patch) | |
tree | e8b854e8ade5e9133c2d1964704d5f462de0dad9 /.travis.yml | |
parent | ead58cbb9062fab01363e35746e65478acc2dcf5 (diff) | |
download | spack-457268571086f921ea1034ec214511047a287ed3.tar.gz spack-457268571086f921ea1034ec214511047a287ed3.tar.bz2 spack-457268571086f921ea1034ec214511047a287ed3.tar.xz spack-457268571086f921ea1034ec214511047a287ed3.zip |
Coverage for multiple Python versions. (#3951)
Update tests to use codecov for multiple python versions.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d7bdf9b2ca..60b3b1cc31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |