aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2014-04-03 23:52:26 +0200
committerMartin Vilcans <martin@librador.com>2014-04-03 23:52:26 +0200
commit0202bad44c99a5ccba793d97fc6debc130a32576 (patch)
tree8d7e38e973d0363824e8b862c9748a70971b0c0f
parent0ee0f40642f4e53058027947c07154056a26ad6d (diff)
downloadscreenplain-0202bad44c99a5ccba793d97fc6debc130a32576.tar.gz
Travis no longer supports Python 2.5; remove it
-rw-r--r--.travis.yml1
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