Done, thanks! secrets.py was actually already there, but not a long time ago we've moved the test directory from test/ to libcloud/test and forgot to update the .gitignore file.
On Sun, Oct 28, 2012 at 5:12 AM, Jaume Devesa <[email protected]>wrote: > Hi, > > Just a trivial patch. So trivial that I didn't even create a Jira (let me > know if it is needed) > > When run *tox* to check the tests for all python versions, you need to > copy the *libcloud/test/secrets.py-dist* into the * > libcloud/test/secrets.py* file. I ignore why, can somebody explain me? > > Anyway, atfer that, the *tox* execution creates a *.tox/* directory where > it saves the generated 'virtualenvs' and execution logs. > > The patch just mentions the '*secrets.py*' file and the *.tox/* directory > in the .*gitignore* file to avoid put these files into version control. > > Regards, > jaume >
