diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2018-08-24 13:52:48 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-08-24 16:22:37 -0700 |
commit | 82820efe3753b76e6ed46428af04ddb0880bf5f1 (patch) | |
tree | a2b51c0b247e654abf12446c04e6187ad6dd8ce1 /.travis.yml | |
parent | a7f3fa01d5e06f2614087d35db51a400ff26c12c (diff) | |
download | spack-82820efe3753b76e6ed46428af04ddb0880bf5f1.tar.gz spack-82820efe3753b76e6ed46428af04ddb0880bf5f1.tar.bz2 spack-82820efe3753b76e6ed46428af04ddb0880bf5f1.tar.xz spack-82820efe3753b76e6ed46428af04ddb0880bf5f1.zip |
Remove Python 3.3 from testing.
- Support for Python 3.3 isn't really needed, as nothing uses it as the
default system Python, and nearly everyone will have a newer Python 3
version installed.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 18dc499ecc..2c5889c324 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,10 +35,6 @@ jobs: os: linux language: python env: TEST_SUITE=unit - - python: '3.3' - os: linux - language: python - env: TEST_SUITE=unit - python: '3.4' os: linux language: python |