diff options
author | Ondřej Čertík <ondrej.certik@gmail.com> | 2012-12-20 17:13:35 -0800 |
---|---|---|
committer | Ondřej Čertík <ondrej.certik@gmail.com> | 2012-12-20 17:13:35 -0800 |
commit | 834d32bbdeda076d1dff12ab54338421d365ef4b (patch) | |
tree | fe35756fdf1e47f0fcf76244c7276808798f007c /.travis.yml | |
parent | c9325530b499f205b46d444d2f00be1bc49c9e23 (diff) | |
download | numpy-834d32bbdeda076d1dff12ab54338421d365ef4b.tar.gz |
TST: Replace Python 3.1 test with 3.3.
Travis does not support 3.1 anymore, but supports 3.3. See:
https://groups.google.com/d/topic/travis-ci/02iRu6kmwY8/discussion
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 e1f4bcfe5..b51e16036 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ python: - 2.5 - 2.6 - 2.7 - - 3.1 - 3.2 + - 3.3 env: # Hack: # |