Get tox -e py27 working.

This commit is contained in:
Dave Halter
2017-07-11 00:26:24 +02:00
parent dd7c12834e
commit c93546bfd9
15 changed files with 83 additions and 73 deletions

View File

@@ -26,9 +26,9 @@ try:
except ImportError:
pass
else:
print('imported foo')
hello('imported foo')
finally:
print('made attempt to import foo')
hello('made attempt to import foo')
import bar
VERSION = '1.2.3'