Browse Source

Drop Python 3.3 and add Python 3.6 support

sh4nks 8 years ago
parent
commit
f87e4a19f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,9 +2,9 @@ language: python
 sudo: false
 sudo: false
 python:
 python:
   - "2.7"
   - "2.7"
-  - "3.3"
   - "3.4"
   - "3.4"
   - "3.5"
   - "3.5"
+  - "3.6"
 # command to install dependencies
 # command to install dependencies
 install:
 install:
   - "pip install -r requirements-dev.txt"
   - "pip install -r requirements-dev.txt"