1. 19 Apr, 2019 4 commits
    • Jason Madden's avatar
      Merge pull request #1401 from gevent/stages · 842d801d
      Jason Madden authored
      Refactor the Travis build to make the matrix explicit and faster, simplify Python installs 
      842d801d
    • Jason Madden's avatar
      b5581241
    • Jason Madden's avatar
      Tweak .coveragerc for coveralls. · c872f116
      Jason Madden authored
      Right now the different versions aren't getting combined.
      
      It's not clear if this will work or not.
      c872f116
    • Jason Madden's avatar
      Refactor the Travis build to make the matrix explicit and faster. Eliminate Makefile · 2116a113
      Jason Madden authored
      This should eliminate cache thrashing when we upgrade python versions. And also eventually might do more caching here.
      
      Also simplify the paths at which pythons are installed, so we only have to change one place to update a version.
      
      The cache is only shared between stages that match things like environment variables.
      
      Ah, we need CFFI at runtime; build isolation means pyproject.toml doesn't deliver it to us. We must have had it cached.
      
      A DNSPython test we didn't run before sometimes fails. Must be multiple answers.
      
      Tweak test coverage and test_ssl for PyPy3
      
      Refactoring the testrunner; more needed, but this gets us simple travis folding.
      
      Reorganize the test matrix for clarity, and shrink it back to what we used to test.
      
      Remove now-unused entries from the makefile.
      
      Remove the makefile, port the posix specific rules to Python for 'setup.py clean'
      2116a113
  2. 16 Apr, 2019 5 commits
  3. 15 Apr, 2019 6 commits
  4. 13 Apr, 2019 1 commit
  5. 12 Apr, 2019 9 commits
  6. 10 Apr, 2019 5 commits
  7. 09 Apr, 2019 10 commits