diff options
author | Stefan Kögl <stefan@skoegl.net> | 2017-11-25 19:06:07 +0100 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2017-11-25 19:06:07 +0100 |
commit | e066c28960b93d812a5a76e3fb102e965ec13202 (patch) | |
tree | f324a033c0baf1d822708f3e55a9f92c8d2f50ef /.travis.yml | |
parent | 5ea62246d5077bb30e8f6abbfe3e39a6d4f40e0e (diff) | |
download | python-json-patch-e066c28960b93d812a5a76e3fb102e965ec13202.tar.gz |
Disable tests for Python 2.6
This was disabled before, and was erroneously re-enabled in
ae15a3be2c37e6d37286dc0e492993ebf31447c4
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b3278b..fe615bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: -- '2.6' - '2.7' - '3.3' - '3.4' |