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

Use tox to run tests on multiple versions of python #20

Merged
merged 1 commit into from
May 20, 2016

Commits on May 20, 2016

  1. Use tox to run tests on multiple versions of python

    Running tests with tox [1] has some advantages:
    - Running tests with multiple versions of python is simple.
    - Proper package installation is tested as well. So for example
      the presence of README.rst when setup.py is run can only be
      guaranteed when this file is packaged with pygbif. tox will discover
      issues like this.
    
    [1] https://pypi.python.org/pypi/tox
    xrotwang committed May 20, 2016
    Configuration menu
    Copy the full SHA
    a44b99b View commit details
    Browse the repository at this point in the history