diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-02-05 02:41:22 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-02-05 02:41:22 +0700 |
commit | 49bd8d5e2e5c4de8c1c409adffc557cb198f7eee (patch) | |
tree | 5baf89164c70c8f07b58766b49c15d5d072d7a36 /.travis.yml | |
parent | 3d2c2752c5cd70fc7f9cebe8c4683a1de626017d (diff) |
[travis] Add python 3.6
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c74c9cc12..4833c76e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" sudo: false script: nosetests test --verbose notifications: |