diff options
author | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2016-11-18 08:23:02 -0500 |
---|---|---|
committer | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2016-11-18 08:23:02 -0500 |
commit | 845737ebd85b8907d21a33b2874e83f7bfd7dadd (patch) | |
tree | 7110aa0acb341591c0d60006a6cc895efa033f22 /.travis.yml | |
parent | e07ccc805fbaf05cff35e423d1559279bb2bc15e (diff) | |
download | gerbonara-845737ebd85b8907d21a33b2874e83f7bfd7dadd.tar.gz gerbonara-845737ebd85b8907d21a33b2874e83f7bfd7dadd.tar.bz2 gerbonara-845737ebd85b8907d21a33b2874e83f7bfd7dadd.zip |
Temporarily disable python3.3 until i can sort out the issue with py3.3 and scipy on travis CI
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 b8cf3d1..0b3bd80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python
python:
- "2.7"
- - "3.3"
+# - "3.3"
- "3.4"
- "3.5"
|