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 Django 2 and Python 3 versions #1

Merged
merged 1 commit into from
Apr 18, 2019

Commits on Apr 18, 2019

  1. Add Django 2 and Python 3 versions

    Add .travis.yml with a rather large matrix using tox-travis
    testing only Django >= 1.8, and letting the pytest version
    float as older pytest are not compatible with newer Django
    or Python version.
    
    Jobs for Django master are included but allowed to fail.
    
    Adjust Django <=1.7 to keep the pin on pytest==3.0.2
    however that will not work on many Python versions.
    jayvdb committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    59798d1 View commit details
    Browse the repository at this point in the history