TestsΒΆ

To run the django-paypal tests:

  • Download the source from GitHub or your fork.

  • Create a virtualenv for the django-paypal project.

  • Install tox:

    pip install tox
    
  • Run tox:

    tox
    

    This will run all the tests on all supported combinations of Django/Python.