summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-05-29 06:55:00 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-05-31 11:20:38 +0200
commit540905b9d8d8c751be51807f59efd838436297a2 (patch)
tree43ca3c4b8e50b17f031919b8b7343bb99b91204f /.travis.yml
parent125f4296fc777eb498cff6ada1e2fadd6e1b32eb (diff)
downloadvdebug-540905b9d8d8c751be51807f59efd838436297a2.zip
Don't test with python 2.6 any longer
The tests would not run with stock unittest on py26, only with unittest2. Also py26 is now retired: https://www.python.org/download/releases/2.6.9/
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e2a145f..de6aa68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ notifications:
secure: BksygPSsoRfvre27w6XQN9ooKB9C1n83Bw96YurvyDHJ6BYM2Gv9fW1Sj6NHpB8MQkMaJ+9gRiBSflkP+l80t3EXAdStuI/8EM/wZu1ov6bmYT/hYQ8HnULmmPNj8uVzsX13VGEUC/YY4osWuJFM1wh61dStoF+SKrpslqWCV4w=
language: python
python:
-- '2.6'
- '2.7'
- '3.6'
rvm: 1.9.3