From 461c55a1d422b6e9fc42a2ba614de1bc06796c6a Mon Sep 17 00:00:00 2001
From: Yash Shah <yashshah0127@gmail.com>
Date: Sat, 21 Jan 2017 15:23:53 -0800
Subject: [PATCH] Remove Python 3.3 due to ObsPy incompatibility

---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 89781de7..0bc0912f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ sudo: false
 language: python
 python:
   - 2.7
-  - 3.3
   - 3.4
   - 3.5
 before_install:
-- 
GitLab