Merge branch 'develop' of https://github.com/LLNL/spack into qa/coding_standard

Conflicts:
	.travis.yml
This commit is contained in:
alalazo
2016-03-22 15:57:35 +01:00
204 changed files with 6752 additions and 1890 deletions

View File

@@ -20,6 +20,9 @@ before_install:
script:
- . share/spack/setup-env.sh
- spack compilers
- spack config get compilers
- spack install -v libdwarf
# Run unit tests with code coverage
- coverage run --source=lib --omit=lib/spack/spack/test/*,lib/spack/env/*,lib/spack/docs/* bin/spack test
# Checks if the file that have been changed are flake8 conformant