summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2015-07-24 21:06:19 -0600
committerCharles Harris <charlesr.harris@gmail.com>2015-07-24 21:08:21 -0600
commit5bc74aae6f218ad6f0cba5e7ca5250028febb50c (patch)
treec2dc3d241344b7766f9474aa2aa42a6f94fc97e9 /.travis.yml
parent808e4c214941104e188897f58fd2ec1ac510d2cb (diff)
downloadpython-numpy-5bc74aae6f218ad6f0cba5e7ca5250028febb50c.tar.gz
python-numpy-5bc74aae6f218ad6f0cba5e7ca5250028febb50c.tar.bz2
python-numpy-5bc74aae6f218ad6f0cba5e7ca5250028febb50c.zip
MAINT: Use Python 3.5-dev instead of nightly.
Python 3.6-dev has broken the nose tester. Use an earlier version until that gets fixed upstream.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 607248d4d..6d207551c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ python:
- 2.7
- 3.2
- 3.3
- - nightly
+ - 3.5-dev
matrix:
include:
- python: 3.3