diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-05-03 16:15:32 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-05-03 16:15:32 -0400 |
commit | 846a0de82c2a943d6011d8a0d44a0c928a4695f1 (patch) | |
tree | 470a980f4a56324a12cd1acbf9614a4fe779837a | |
parent | 1f914cec478cae073335eac2cbeaa67409a102c3 (diff) | |
download | python-coveragepy-git-846a0de82c2a943d6011d8a0d44a0c928a4695f1.tar.gz |
Update travis also
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 232d9430..c44e747a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,11 @@ language: python python: - - 2.5 - 2.6 - 2.7 - 3.2 - 3.3 + - 3.4 - pypy install: |