summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2015-10-14 20:51:18 +0200
committerRalf Gommers <ralf.gommers@gmail.com>2015-10-14 20:51:18 +0200
commit972dbd00152aaec53369fc82913286a0f93b5ca6 (patch)
tree0d2a8bb71af09c2a6fb8433cbca14849732635d0
parent0d30809a3348eb85f6cdd761c62d497dee48b2c8 (diff)
parent034c2e67b111da24a6c8f92578377e65410f42e9 (diff)
downloadnumpy-972dbd00152aaec53369fc82913286a0f93b5ca6.tar.gz
Merge pull request #6472 from charris/update-travis-3.5-dev-to-3.5
MAINT: Use Python 3.5 instead of 3.5-dev for travis 3.5 testing.
-rw-r--r--.travis.yml2
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