Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't try to upload coverage on builds which don't produce coverage | Alex Gaynor | 2015-07-12 | 1 | -0/+10 |
| | |||||
* | Switch to codecov.io from coveralls | Corey Farwell | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | install pypy 2.6.0 in container infra | Paul Kehrer | 2015-06-07 | 2 | -0/+16 |
| | |||||
* | Test with PyPy 2.6.0 | Alex Gaynor | 2015-06-07 | 1 | -2/+2 |
| | |||||
* | Don't try to upgrade brew packages if they are at the latest version | Alex Gaynor | 2015-05-18 | 1 | -5/+5 |
| | |||||
* | Merge branch 'master' into macstadium-travis | Alex Gaynor | 2015-05-18 | 1 | -1/+1 |
|\ | |||||
| * | Retry brew update if it fails | Alex Gaynor | 2015-05-18 | 1 | -1/+1 |
| | | |||||
* | | Try to use python -m, not clear why it's needed | Alex Gaynor | 2015-05-15 | 1 | -1/+1 |
|/ | |||||
* | remove python 3.2 from every other place I could find | Paul Kehrer | 2015-04-18 | 1 | -5/+0 |
| | |||||
* | try out some new beta docker travis features | Paul Kehrer | 2015-04-13 | 1 | -47/+6 |
| | |||||
* | Retry a third time on apt-get update failures. | Alex Gaynor | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | Retry apt-get update on failure -- rabbitmq's servers are failing a bunch | Alex Gaynor | 2015-03-28 | 1 | -1/+2 |
| | |||||
* | Use PyPy 2.5.1 on Travis OS X | Alex Gaynor | 2015-03-27 | 1 | -2/+2 |
| | |||||
* | Simplified the travis install script | Alex Gaynor | 2015-02-22 | 1 | -6/+1 |
| | |||||
* | use pypy 2.5 on our os x builders | Paul Kehrer | 2015-02-17 | 1 | -2/+2 |
| | |||||
* | add pypy3 to build matrix | Paul Kehrer | 2014-12-23 | 1 | -0/+5 |
| | | | | excluding on linux until the ubuntu ppa has it | ||||
* | Removed bogus, unused section from travis install script | Alex Gaynor | 2014-12-17 | 1 | -3/+0 |
| | | | | We don't run py3pep8 checks on OS X, and if we did, this code was nonsense since OS X doesn't have apt-get | ||||
* | Change the envvar for tox env to the officla tox one | Alex Gaynor | 2014-12-05 | 2 | -4/+4 |
| | |||||
* | Possible logic error. | Terry Chia | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | I fail at indentation. | Terry Chia | 2014-10-29 | 1 | -56/+56 |
| | |||||
* | Make indentation use space instead of tabs. | Terry Chia | 2014-10-28 | 1 | -60/+60 |
| | |||||
* | Fix indent. | Terry Chia | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | Add -y flags. | Terry Chia | 2014-10-28 | 1 | -5/+5 |
| | |||||
* | Sooo much typos. | Terry Chia | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | I hate bash. | Terry Chia | 2014-10-28 | 1 | -0/+1 |
| | |||||
* | Add missing fi. | Terry Chia | 2014-10-28 | 1 | -0/+2 |
| | |||||
* | Fix missing ;; | Terry Chia | 2014-10-28 | 1 | -0/+1 |
| | |||||
* | Refactor .travis/install.sh. | Terry Chia | 2014-10-28 | 1 | -91/+76 |
| | |||||
* | make sure pyenv is up to date | Alex Gaynor | 2014-10-24 | 1 | -0/+6 |
| | |||||
* | bump the point releases we test against | Alex Gaynor | 2014-10-23 | 1 | -6/+6 |
| | |||||
* | we shouldn't need the unused arguments flags any more. | Paul Kehrer | 2014-10-15 | 1 | -5/+2 |
| | |||||
* | upgrade openssl to 1.0.1j on travis | Alex Gaynor | 2014-10-15 | 1 | -6/+6 |
| | |||||
* | Remove (apparently) unneeded line | Alex Gaynor | 2014-09-26 | 1 | -5/+4 |
| | |||||
* | bleh update first | Alex Gaynor | 2014-09-26 | 1 | -0/+1 |
| | |||||
* | bump pyenv version | Alex Gaynor | 2014-09-26 | 1 | -0/+1 |
| | |||||
* | fixes #1340 -- use pypy 2.4.0 now that it's out | Alex Gaynor | 2014-09-25 | 1 | -2/+2 |
| | |||||
* | update travis.yml to fix os x builders | Paul Kehrer | 2014-07-18 | 1 | -6/+4 |
| | | | | | pyenv is now installed by default so we don't need to install it upgrade to python 3.4.1 why not | ||||
* | travis: Typing Darwin is really hard. | Daniele Sluijters | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | travis: Forgot a 'W" in DARWIN. | Daniele Sluijters | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | travis: Set variable for Darwin and check that. | Daniele Sluijters | 2014-06-06 | 1 | -8/+14 |
| | | | | | | | | | | There were a bunch of `$(uname -s) == 'Darwin'` calls which have now been consolidated into one setting that's being checked everywhere. Additionally one branch was inverted. We were using `if DARWIN; else` everywhere except for in one place where the negated form was used. In order to keep it consistent with the rest of the script the branches have been swapped. | ||||
* | Use the new official URL for downloading get-pip.py | Alex Gaynor | 2014-05-17 | 1 | -3/+3 |
| | |||||
* | ugh. good system. | Alex Gaynor | 2014-05-16 | 1 | -2/+2 |
| | |||||
* | Use PyPy 2.3 on OS X | Alex Gaynor | 2014-05-09 | 1 | -2/+2 |
| | |||||
* | Fix installation on travis. Curl doesn't follow redirects | Alex Gaynor | 2014-04-25 | 1 | -3/+3 |
| | |||||
* | clang clang clang goes the CI | Paul Kehrer | 2014-04-16 | 1 | -2/+5 |
| | |||||
* | Merge pull request #820 from reaperhulk/test-python34 | Alex Gaynor | 2014-03-17 | 1 | -0/+8 |
|\ | | | | | add python 3.4 to osx and linux builders | ||||
| * | add python 3.4 to osx and linux builders | Paul Kehrer | 2014-03-17 | 1 | -0/+8 |
| | | |||||
* | | Use the latest python 3.3 on OS X on travis | Alex Gaynor | 2014-03-17 | 1 | -2/+2 |
|/ | |||||
* | Docs need virtualenv as well | Alex Gaynor | 2014-02-04 | 1 | -0/+5 |
| | |||||
* | Everything about bash is the worst | Alex Gaynor | 2014-02-04 | 1 | -1/+1 |
| |