diff options
author | Martin Vilcans <martin@librador.com> | 2014-04-03 23:52:26 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2014-04-03 23:52:26 +0200 |
commit | 0202bad44c99a5ccba793d97fc6debc130a32576 (patch) | |
tree | 8d7e38e973d0363824e8b862c9748a70971b0c0f | |
parent | 0ee0f40642f4e53058027947c07154056a26ad6d (diff) | |
download | screenplain-0202bad44c99a5ccba793d97fc6debc130a32576.tar.gz |
Travis no longer supports Python 2.5; remove it
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0253859..b4da1b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,5 @@ language: python python: - "2.7" - "2.6" - - "2.5" install: pip install -r requirements.txt script: bin/test |