summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b33f61a..fb44ebb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ dist
*.egg-info
/MANIFEST
+
+.idea \ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index 6792d62..ff48704 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,6 @@ language: python
python:
- 2.7
- - 3.2
- - 3.3
- 3.4
- 3.5
- 3.6