diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2020-08-01 00:01:12 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2020-08-13 00:33:31 -0700 |
commit | 1707448fdee1326f2b63c3d41b643442f9e7679d (patch) | |
tree | 0a47c702e42a13d2c834c9dd78668c4f5d69112c /README.md | |
parent | 4d25481473120303ceab42c3f7a675d0b90afcd0 (diff) | |
download | spack-1707448fdee1326f2b63c3d41b643442f9e7679d.tar.gz spack-1707448fdee1326f2b63c3d41b643442f9e7679d.tar.bz2 spack-1707448fdee1326f2b63c3d41b643442f9e7679d.tar.xz spack-1707448fdee1326f2b63c3d41b643442f9e7679d.zip |
Move Python 2.6 unit tests to Github Actions (#17279)
* Run Python2.6 unit tests on Github Actions
* Skip url tests on Python 2.6 to reduce waiting times
* Skip foreground background tests on Python 2.6 to reduce waiting times
* Removed references to Travis in the documentation
* Deleted install_patchelf.sh (can be installed from repo on CentOS 6)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,7 +4,6 @@ [](https://github.com/spack/spack/actions) [](https://github.com/spack/spack/actions) [](https://github.com/spack/spack/actions?query=workflow%3A%22macOS+builds+nightly%22) -[](https://travis-ci.com/spack/spack) [](https://codecov.io/gh/spack/spack) [](https://spack.readthedocs.io) [](https://spackpm.herokuapp.com) @@ -74,8 +73,8 @@ When you send your request, make ``develop`` the destination branch on the Your PR must pass Spack's unit tests and documentation tests, and must be [PEP 8](https://www.python.org/dev/peps/pep-0008/) compliant. We enforce -these guidelines with [Travis CI](https://travis-ci.org/spack/spack). To -run these tests locally, and for helpful tips on git, see our +these guidelines with our CI process. To run these tests locally, and for +helpful tips on git, see our [Contribution Guide](http://spack.readthedocs.io/en/latest/contribution_guide.html). Spack's `develop` branch has the latest contributions. Pull requests |