diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2018-08-28 23:27:25 -0400 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-08-28 22:27:25 -0500 |
commit | bcdd3e7e11b7bce4ed77f9f45fffa584c0f8438a (patch) | |
tree | 5347c594ae9c5b48fbdf551c5e3df8c7201c0b24 /.travis.yml | |
parent | 77a82d77f6ccaed3bcdb779f6eaec31eb3c8b108 (diff) | |
download | numpy-bcdd3e7e11b7bce4ed77f9f45fffa584c0f8438a.tar.gz |
DOC, MAINT: Fixes for errstate() and README.md documentation. (#11814)
* DOC: errstate() and AppVeyor badge link
Removes outdated references to Python 2.5, which hasn't been
supported for several releases.
Corrected README.rst AppVeyor badge link.
* revert appveyor badge link to charris
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 904094d47..5c1f8ab1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # After changing this file, check it on: # http://lint.travis-ci.org/ language: python - +group: travis_latest # Run jobs on container-based infrastructure, can be overridden per job sudo: false |