summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2018-02-07 20:02:44 -0800
committerGitHub <noreply@github.com>2018-02-07 20:02:44 -0800
commit751218d18f4f3b5b7c137c739df73fa521d87dbd (patch)
tree2f253f246dd955ac7d57d5d9047dce4d0143b661
parent16040c3fb9f61f7753172f6d67ac7b22c961dcaa (diff)
Remove Python 3.3 from travis
Python 3.3 is not supported by scipy anymore. This removes Python 3.3 from the CI environments.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bcf447e..2877331 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- - "3.3"
- "3.4"
- "3.5"
- "3.6"