Browse Source

added python 3.6 to tested version

Rafał Pitoń 8 years ago
parent
commit
53b5c8d3ab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -4,6 +4,7 @@ language: python
 python:
   - "2.7"
   - "3.5"
+  - "3.6"
 install:
   - pip install coveralls
 before_script: