diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2015-10-14 11:57:06 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2015-10-14 11:57:06 -0600 |
| commit | 034c2e67b111da24a6c8f92578377e65410f42e9 (patch) | |
| tree | d8522eec11a843f07689d6e62368ac6c3e6dd8d2 | |
| parent | b65cdbf41bdf11aa4732983555a32043f9abec13 (diff) | |
| download | numpy-034c2e67b111da24a6c8f92578377e65410f42e9.tar.gz | |
MAINT: Use Python 3.5 instead of 3.5-dev for travis 3.5 testing.
Python 3.5 has been released, so update 3.5 testing version.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7074e7ada..64ed69aa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ python: - 3.2 - 3.3 - 3.4 - - 3.5-dev + - 3.5 matrix: include: - python: 3.3 |
