summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-05-16Modern pypy no longer seems to sporadically fail?Jeff Forcier
2018-05-16Test and dev dependencies cleanup and sync with FabricChris Rose
* Update invocations min version * Update pytest to be consistent with fabric * Add pytest-xdist to enable `guard` task * Other dependencies as found to be inconsistent with Fabric2
2018-03-12Merge branch '2.3' into 2.4Jeff Forcier
2018-03-12Screen off dev version of Python from test matrixJeff Forcier
2017-11-07Clarify message going forwardJeff Forcier
2017-11-07Merge branch '2.3'Jeff Forcier
2017-11-07OK this is good now, with the setuptools pinJeff Forcier
2017-11-07Well let's try latest setuptools, I guess.Jeff Forcier
Been bitten in the past by too-new setuptools that introduce rando bugs, but, eh
2017-11-07Despite odd output, pip 9.0.1 is installing; so how old's our setuptools?Jeff Forcier
2017-11-07Uh...output claims pip somehow installing 7.x???Jeff Forcier
2017-11-07This should not be required now that we've axed 3.3.Jeff Forcier
Ensuring a specific pip anyways would be nice, but, that can be taken care of another time
2017-11-07Merge branch '2.3'Jeff Forcier
2017-11-07JeezJeff Forcier
2017-11-07Merge branch '2.3'Jeff Forcier
2017-11-07Add Python 3.7-dev to Travis matrix. Why not?Jeff Forcier
2017-10-25Make sure to use the coverage task on travis so it gets slow tests tooJeff Forcier
2017-10-23TODOJeff Forcier
2017-10-10This has been broken since it went in :( the test would never normally pass ↵Jeff Forcier
otherwise...
2017-06-14travis-ci: update pypy test run to use pypy-5.6.0Pierce Lopez
2017-06-09Replace coveralls with codecov, comments disabledNikolai R Kristiansen
2017-06-05Move to 'inv sites' style doc nitpicking.Jeff Forcier
Existing just-warnings setup was old and not as rigorous as my usual. Required a lot of stupid little changes, but now same tooling for all projects, toot toot.
2017-05-31flake8 on travis!Jeff Forcier
2017-02-03Update .travis.ymlKalle Møller
3.6 is now released
2016-12-19also test with pypy on Travis CIPierce Lopez
2016-04-24Enabling caching of pip downloads and wheelsAlex Gaynor
2015-11-05Missed a spot re: 3.2 specific crap in Travis configJeff Forcier
2015-11-02Merge branch '1.14' into 1.15Jeff Forcier
2015-11-02We ought to work on python 3.4/3.5...Jeff Forcier
2015-11-02Really, really sick of Python 3.2 being shite to support.Jeff Forcier
Step 1: make it stop tanking Travis builds randomly.
2015-09-30Don't use --coverage for tests under 3.2 anymoreJeff Forcier
2014-12-17Merge branch '1.14' into 1.15Jeff Forcier
2014-12-17Try using new Travis container-based workersJeff Forcier
2014-09-18Revert attempts to run Kerberos tests :(Jeff Forcier
2014-09-18Add ability to run Kerberos tests to the test runner.Jeff Forcier
Includes merging coverage task into test task
2014-09-05Merge branch '1.14'Jeff Forcier
2014-09-05Try skipping docs builds under Python 3.2Jeff Forcier
2014-09-05Merge branch '1.14'Jeff Forcier
2014-09-05No notices for travis irc notificationsJeff Forcier
2014-08-14Support py3.4.Olle Lundberg
2014-03-05Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into ↵Jeff Forcier
python3 Conflicts: dev-requirements.txt paramiko/__init__.py paramiko/file.py paramiko/hostkeys.py paramiko/message.py paramiko/proxy.py paramiko/server.py paramiko/transport.py paramiko/util.py paramiko/win_pageant.py setup.py
2014-02-11Add coverage command as Invoke taskJeff Forcier
2014-01-28Stricter/more useful doc builds in TravisJeff Forcier
2014-01-28Add sites/docs building to TravisJeff Forcier
2014-01-21Meta prep work (reqs.txt, tasks.py)Jeff Forcier
2014-01-21Add coveralls.Olle Lundberg
2014-01-16Merge remote-tracking branch 'master/master' into py3-support-without-py25Scott Maxwell
Conflicts: paramiko/__init__.py setup.py tests/test_client.py
2013-12-31Update travis settings to be similar to fab'sJeff Forcier
2013-12-31No more Python 2.5 on Travis :(Jeff Forcier
2013-11-19Remove Python 2.5 from travis and fix minimum required version in init and ↵Scott Maxwell
README
2013-10-30Add Py3.2 and Py3.3 to travisScott Maxwell