diff options
author | Martin Vilcans <martin@librador.com> | 2014-10-09 11:48:57 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2014-10-09 11:48:57 +0200 |
commit | cc53331eeed6aa5d68587e7dca430b65a7a9bf5c (patch) | |
tree | fcbd1b72fe7d2555060c3654dd6a74363157e374 | |
parent | 2fe3eb633815aa214498884f7959baff4e2d2047 (diff) | |
download | screenplain-cc53331eeed6aa5d68587e7dca430b65a7a9bf5c.tar.gz |
Travis: remove Python 2.6, Reportlab doesn't support it
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b4da1b0..b90b600 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - "2.7" - - "2.6" install: pip install -r requirements.txt script: bin/test |