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 PyPy 3 in .travis.yml #995

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add PyPy 3 in .travis.yml #995

wants to merge 2 commits into from

Commits on Apr 29, 2016

  1. Allow Travis to install requirements.txt

    The pip --use-mirrors option was deprecated in version 1.5, and removed
    in 7.0, and 7.1.2 is now included with Travis' Python 3.5.0 environment.
    
    Travis automatically installs packages in requirements.txt
    if stage `install` does not exist, and can cache the packages.
    jayvdb committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    8bd65eb View commit details
    Browse the repository at this point in the history
  2. Add PyPy 3 in .travis.yml

    jayvdb committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    1850291 View commit details
    Browse the repository at this point in the history