david-caro / python-foreman

Small low level python wrapper around Foreman API
GNU General Public License v2.0
57 stars 37 forks source link

setup: Using Popen instead of check_output #59

Closed david-caro closed 8 years ago

david-caro commented 8 years ago

So it's 2.6.6 compatible

lukas-bednar commented 8 years ago

Hi @david-caro , you may add py26 to .travis.yml and tox.ini in order to keep it py26 compatible.

david-caro commented 8 years ago

Hey @lukas-bednar :), already did, probably I should have separated it in another commit :/, on it

david-caro commented 8 years ago

Now, two commits :smile:

david-caro commented 8 years ago

I forgot about the travis file :blush: