diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-05-11 16:14:11 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-05-11 16:39:53 -0700 |
commit | 3c2e4b9558d3cd5cdead118d2d3ce9a136884415 (patch) | |
tree | 429e9fb84544a9fdcad36069c014325ca64ee31c /.travis.yml | |
parent | 963eb989795242171a1f0f6d8aa455b0acccba97 (diff) | |
download | spack-3c2e4b9558d3cd5cdead118d2d3ce9a136884415.tar.gz spack-3c2e4b9558d3cd5cdead118d2d3ce9a136884415.tar.bz2 spack-3c2e4b9558d3cd5cdead118d2d3ce9a136884415.tar.xz spack-3c2e4b9558d3cd5cdead118d2d3ce9a136884415.zip |
tests: stop testing Python 3.4
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 05fa56b187..de1c20ffaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,11 +35,6 @@ jobs: os: linux language: python env: [ TEST_SUITE=unit, COVERAGE=true ] - - python: '3.4' - sudo: required - os: linux - language: python - env: TEST_SUITE=unit - python: '3.5' sudo: required os: linux |