Skip to content

Commit

Permalink
Merge pull request #44 from jhobbs/py3
Browse files Browse the repository at this point in the history
Switch to python3.
  • Loading branch information
jhobbs authored Aug 19, 2019
2 parents 7181710 + c9d2600 commit 6f1b9ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3

from setuptools import setup, find_packages

Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = flake8,py27,py35
envlist = flake8,py36

[testenv:flake8]
commands = flake8 jujucrashdump
Expand All @@ -18,5 +18,4 @@ deps =

[travis]
python =
2.7: py27
3.5: py35, flake8
3.6: py36, flake8

0 comments on commit 6f1b9ca

Please sign in to comment.