diff options
author | Andy McCurdy <andy@andymccurdy.com> | 2016-07-13 10:07:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-13 10:07:32 -0400 |
commit | 2ca3ffdc2102ecca1e7e419428706c29684ab38e (patch) | |
tree | db3035b58bdf3468cdb6c62851846d5683d43962 | |
parent | ae485bc069cded59dec8de79086fea5631c02402 (diff) | |
parent | 64605d71bb6bc8d85cafe2e43cdbb40bfd69d5df (diff) | |
download | redis-py-2ca3ffdc2102ecca1e7e419428706c29684ab38e.tar.gz |
Merge pull request #762 from depaolim/ticket_697
updated travis-ci python 3.4 and 3.5 environment [see #697]
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cf38f4b..4744f0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python python: + - "3.5" + - "3.4" - "3.3" - "3.2" - "2.7" |