Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for tox #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

msabramo
Copy link

$ pip install tox
...
$ tox
...
  py26: commands succeeded
  py27: commands succeeded
ERROR:   py32: InvocationError: /Users/marca/dev/git-repos/cheetah/.tox/py32/bin/pip install -U --no-deps /Users/marca/dev/git-repos/cheetah/.tox/dist/Cheetah-2.4.4.zip (see /Users/marca/dev/git-repos/cheetah/.tox/py32/log/py32-3.log)
ERROR:   py33: InvocationError: /Users/marca/dev/git-repos/cheetah/.tox/py33/bin/pip install -U --no-deps /Users/marca/dev/git-repos/cheetah/.tox/dist/Cheetah-2.4.4.zip (see /Users/marca/dev/git-repos/cheetah/.tox/py33/log/py33-3.log)
ERROR:   py34: InvocationError: /Users/marca/dev/git-repos/cheetah/.tox/py34/bin/pip install -U --no-deps /Users/marca/dev/git-repos/cheetah/.tox/dist/Cheetah-2.4.4.zip (see /Users/marca/dev/git-repos/cheetah/.tox/py34/log/py34-3.log)
  pypy: commands succeeded

    $ pip install tox
    ...
    $ tox
    ...
      py26: commands succeeded
      py27: commands succeeded
    ERROR:   py32: InvocationError: /Users/marca/dev/git-repos/cheetah/.tox/py32/bin/pip install -U --no-deps /Users/marca/dev/git-repos/cheetah/.tox/dist/Cheetah-2.4.4.zip (see /Users/marca/dev/git-repos/cheetah/.tox/py32/log/py32-3.log)
    ERROR:   py33: InvocationError: /Users/marca/dev/git-repos/cheetah/.tox/py33/bin/pip install -U --no-deps /Users/marca/dev/git-repos/cheetah/.tox/dist/Cheetah-2.4.4.zip (see /Users/marca/dev/git-repos/cheetah/.tox/py33/log/py33-3.log)
    ERROR:   py34: InvocationError: /Users/marca/dev/git-repos/cheetah/.tox/py34/bin/pip install -U --no-deps /Users/marca/dev/git-repos/cheetah/.tox/dist/Cheetah-2.4.4.zip (see /Users/marca/dev/git-repos/cheetah/.tox/py34/log/py34-3.log)
      pypy: commands succeeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant