Closed romanchyla closed 10 years ago
fixed, it took me longer because i'm on Windows (eeek) and had to figure how to run tests (the default python setup.py test runs all python tests)
well, this is aggravating - it fails on python3 and i don't even have how to test it on this machine; it will have to wait till later.... i assume unicode....
@romanchyla Just a side note: if you are "stuck" on a Windows machine, you may want to try Vagrant, there are easy-to-use officially published Ubuntu 14.04 LTS "trusty" boxes like http://cloud-images.ubuntu.com/vagrant/trusty/20140813/trusty-server-cloudimg-amd64-vagrant-disk1.box
, coming with Python-2.7 and Python-3.4.
@romanchyla please see my improvements: https://github.com/jirikuncar/workflow/compare/pr/23
update: btw I have amended commit messages. If you are ok with it please merge my branch.
@romanchyla I've added PEP8 check as part of travis test, that's why is failing ;)