diff options
| author | Jonathan Lange <jml@mumak.net> | 2015-12-03 13:25:54 +0000 |
|---|---|---|
| committer | Jonathan Lange <jml@mumak.net> | 2015-12-03 13:25:54 +0000 |
| commit | 96248132c3ec7e43a000389ee5a964095a09cf13 (patch) | |
| tree | d11aa27acdd2211773f845064bfe34dd0796a11c | |
| parent | 1ebb064a561ad1f3c7d63a5e9d35864ac1fc4147 (diff) | |
| download | testtools-96248132c3ec7e43a000389ee5a964095a09cf13.tar.gz | |
15.5.0 claims to support Python 2.6 but does not.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 90203d4..5535154 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ matrix: env: TWISTED_REQ="Twisted==13.0.0" - python: "2.6" # Last version that supports Python 2.6. - env: TWISTED_REQ="Twisted==15.5.0" + env: TWISTED_REQ="Twisted==15.4.0" - python: "2.7" env: TWISTED_REQ="Twisted==13.0.0" - python: "2.7" |
