diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-03-07 09:32:43 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-03-31 13:40:41 -0700 |
commit | 0331b08c64abbc3d7c185d9650007be1de238cfc (patch) | |
tree | b24454c749587ffe7d4857554399c50f92def3f2 /.travis.yml | |
parent | bc404532ea875ecc6982d049dc7c7f041aa74443 (diff) | |
download | spack-0331b08c64abbc3d7c185d9650007be1de238cfc.tar.gz spack-0331b08c64abbc3d7c185d9650007be1de238cfc.tar.bz2 spack-0331b08c64abbc3d7c185d9650007be1de238cfc.tar.xz spack-0331b08c64abbc3d7c185d9650007be1de238cfc.zip |
Update externals to work with Python 3
- Update YAML version to support Python 3
- Python 3 support for ordereddict backport
- Exclude Python3 YAML from version tests.
- Vendor six into Spack.
- Make Python version-check tests work with Python 3
- Add ability to add version check exceptions with '# nopyqver' line
comments.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 11e7e5fac3..4cd3b14b9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,6 @@ addons: packages: - gfortran - graphviz - - libyaml-dev # Work around Travis's lack of support for Python on OSX before_install: |