Skip to content

Commit

Permalink
travis: python 2.7 and 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timknip2 committed Jun 23, 2017
1 parent 1848e35 commit 3740cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- "2.6"
- "2.7"
- "3.5"
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion bin/swf2svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
svg = svg_exporter.export(swf, **export_opts)

# save the SVG
options.svg.write(svg.read())
options.svg.write(svg.read())

0 comments on commit 3740cc8

Please sign in to comment.