On Wed, Oct 22, 2014 at 3:00 PM, Hunter Blanks <[email protected]> wrote: > Daniel, > > OK! I gave it a few tries, but I've not been able to get tox up and running > (pip install -e . consistently fails with message "error: None"). So this > pull request has only been tested by running a restore with prefetch: > > https://github.com/wal-e/wal-e/pull/144
Are you on Ubuntu or something (in which case tox has a package like python-tox)? Is there a reason you are not using "pip install tox"? If memory serves, tox is taken as a given to bootstrap the entire test process. WAL-E's setup.py or requirements.txt is ignorant for now. -- You received this message because you are subscribed to the Google Groups "wal-e" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
