Edgewall Software

Changes between Initial Version and Version 1 of Ticket #13006, comment 9


Ignore:
Timestamp:
Apr 11, 2018, 9:13:30 AM (6 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13006, comment 9

    initial v1  
    2222* It might be possible to `brew install svn`, link the Subversion bindings to the virtualenv and run tests on Mac with Subversion for Python 2.7, which SVN 1.9 supports. I'll look at that later.
    2323* Initially I included `brew update` and `brew outdated pyenv || brew upgrade pyenv`, however the brew update takes ~90s. The pyenv package [https://docs.travis-ci.com/user/reference/osx/#Homebrew is updated from homebrew] when TravisCI updates its virtual machines, and I doubt we need to check for updates in the interim.
     24* We could look at using `pyenv` on Linux too since it would give us more control over the Python versions we are testing against. It might be possible to test against Python 2.5 on 1.0-stable, though I'm not sure that is worth the time to implement.
    2425
    2526Proposed changes in [66d17a60/rjollos.git]. I'll rebase and test on 1.0-stable now.