aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
Commit message (Collapse)AuthorAgeFilesLines
* Possible logic error.Terry Chia2014-10-301-1/+1
|
* I fail at indentation.Terry Chia2014-10-291-56/+56
|
* Make indentation use space instead of tabs.Terry Chia2014-10-281-60/+60
|
* Fix indent.Terry Chia2014-10-281-1/+1
|
* Add -y flags.Terry Chia2014-10-281-5/+5
|
* Sooo much typos.Terry Chia2014-10-281-1/+1
|
* I hate bash.Terry Chia2014-10-281-0/+1
|
* Add missing fi.Terry Chia2014-10-281-0/+2
|
* Fix missing ;;Terry Chia2014-10-281-0/+1
|
* Refactor .travis/install.sh.Terry Chia2014-10-281-91/+76
|
* make sure pyenv is up to dateAlex Gaynor2014-10-241-0/+6
|
* bump the point releases we test againstAlex Gaynor2014-10-231-6/+6
|
* we shouldn't need the unused arguments flags any more.Paul Kehrer2014-10-151-5/+2
|
* upgrade openssl to 1.0.1j on travisAlex Gaynor2014-10-151-6/+6
|
* Remove (apparently) unneeded lineAlex Gaynor2014-09-261-5/+4
|
* bleh update firstAlex Gaynor2014-09-261-0/+1
|
* bump pyenv versionAlex Gaynor2014-09-261-0/+1
|
* fixes #1340 -- use pypy 2.4.0 now that it's outAlex Gaynor2014-09-251-2/+2
|
* update travis.yml to fix os x buildersPaul Kehrer2014-07-181-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 Sluijters2014-06-061-1/+1
|
* travis: Forgot a 'W" in DARWIN.Daniele Sluijters2014-06-061-1/+1
|
* travis: Set variable for Darwin and check that.Daniele Sluijters2014-06-061-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.pyAlex Gaynor2014-05-171-3/+3
|
* ugh. good system.Alex Gaynor2014-05-161-2/+2
|
* Use PyPy 2.3 on OS XAlex Gaynor2014-05-091-2/+2
|
* Fix installation on travis. Curl doesn't follow redirectsAlex Gaynor2014-04-251-3/+3
|
* clang clang clang goes the CIPaul Kehrer2014-04-161-2/+5
|
* Merge pull request #820 from reaperhulk/test-python34Alex Gaynor2014-03-171-0/+8
|\ | | | | add python 3.4 to osx and linux builders
| * add python 3.4 to osx and linux buildersPaul Kehrer2014-03-171-0/+8
| |
* | Use the latest python 3.3 on OS X on travisAlex Gaynor2014-03-171-2/+2
|/
* Docs need virtualenv as wellAlex Gaynor2014-02-041-0/+5
|
* Everything about bash is the worstAlex Gaynor2014-02-041-1/+1
|
* Fix for OS XAlex Gaynor2014-02-041-3/+8
|
* Starting now, setuptools should come with pip *fingerscrossed*Alex Gaynor2014-01-201-2/+0
|
* move some dashes around :)Paul Kehrer2014-01-201-2/+2
|
* experiment to disable duplicate cc test runs on osx and speed up travisPaul Kehrer2014-01-201-1/+6
|
* Merge pull request #448 from reaperhulk/travis-add-brew-osxAlex Gaynor2014-01-122-4/+27
|\ | | | | Add Homebrew OpenSSL to Travis OS X Matrix
| * check if openssl is installed via homebrew on osx. install if notPaul Kehrer2014-01-122-6/+12
| |
| * remove unneeded openssl bottlePaul Kehrer2014-01-102-6/+2
| |
| * let's see what version of openssl is already installed on these slavesPaul Kehrer2014-01-101-0/+2
| |
| * move script to separate file for readabilityPaul Kehrer2014-01-101-0/+15
| |
| * add brewed openssl to travis osxPaul Kehrer2014-01-091-0/+4
| |
* | Nonsense I think we need.Alex Gaynor2014-01-101-0/+5
|/
* easy_install is awful, don't use itAlex Gaynor2014-01-091-2/+4
|
* support osx and linux on travisPaul Kehrer2014-01-081-1/+66
|
* Revert "Revert "Travis now has an up to date pypy""Alex Gaynor2014-01-041-17/+1
| | | | This reverts commit a5982a5db4ff22feeec0a977853b63d4976872f7.
* Revert "Travis now has an up to date pypy"David Reid2014-01-021-1/+17
| | | | This reverts commit 5a4aa42542c952905fbf83582bff4bb2b328c4e1.
* Travis now has an up to date pypyAlex Gaynor2013-11-201-17/+1
|
* Get the package name right.David Reid2013-11-061-1/+1
|
* Fix stupid shell syntax error.David Reid2013-11-061-1/+1
|