PolicyStat / terrarium

Package and ship relocatable python virtualenvs, like a boss.
https://terrarium.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
171 stars 14 forks source link

Add python 3 support and Travis tests #8

Open winhamwr opened 12 years ago

winhamwr commented 12 years ago

It's very possible that terrarium already works with python 3, but it needs to be tested and confirmed.

nicoulaj commented 6 years ago

It doesn't:

Traceback (most recent call last):
   File ".env/bin/terrarium", line 7, in <module>
     from terrarium.terrarium import main
   File ".env/lib64/python3.6/site-packages/terrarium/terrarium.py", line 88
     except OSError, why:
maroux commented 6 years ago

There's some work already done on this: https://github.com/PolicyStat/terrarium/pull/64