diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2016-05-16 11:30:11 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2016-05-16 11:30:11 +0200 |
commit | 4d372a82e23589d071a3bf7c1320c6c3459beed1 (patch) | |
tree | 14b5c9c969a764ac8aa79ba70598412d4c4dd412 /.travis.yml | |
parent | 3febfb4e08dcbc00d54d33bff87152dcc6f2b1ff (diff) | |
download | yamlish-master.tar.gz |
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 50abecc..68a4e80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,6 @@ python: - "pypy" - "3.3" - "3.4" + - "3.5" script: python setup.py test |