From 3740cc80d7650156831e728ea0d408819e5671eb Mon Sep 17 00:00:00 2001 From: Tim Knip Date: Fri, 23 Jun 2017 19:25:07 +0200 Subject: [PATCH] travis: python 2.7 and 3.5 --- .travis.yml | 2 +- bin/swf2svg.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 701e02c..29ee03f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - "2.6" - "2.7" + - "3.5" branches: only: - master diff --git a/bin/swf2svg.py b/bin/swf2svg.py index a6a7b90..c54dd51 100644 --- a/bin/swf2svg.py +++ b/bin/swf2svg.py @@ -49,4 +49,4 @@ svg = svg_exporter.export(swf, **export_opts) # save the SVG -options.svg.write(svg.read()) \ No newline at end of file +options.svg.write(svg.read())