summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-08-30Experiment with quick sdist-and-test checks in TravisJeff Forcier
Can't wait to move to Circle so I can do this testing locally
2020-08-30Bump travis Py3.8 cell to non dev, and die on failJeff Forcier
2019-12-03Let's go with 'all' for the catchall endpoint, it is popularJeff Forcier
2019-12-02Base case re #717 works now.Jeff Forcier
Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O
2019-05-31Documentation of the need for pyasn1 for gssapi seems to have been omitted a ↵Jeff Forcier
while
2019-05-31Merge branch 'master' into 1311-intJeff Forcier
2019-05-31Merge branch 'master' into 1379-intJeff Forcier
2019-05-31Xenial doesn't support this pypy versionJeff Forcier
Let's see if the unversioned aliases work on this distro first...
2019-05-31Add explicit (tested) support for Python 3.8Jeff Forcier
Cannot be added to Paramiko <2.4 due to Travis inability to test Python 2.6->3.7+
2019-05-31Merge branch '2.3' into 2.4Jeff Forcier
2019-05-31Rename confusing CRYPTO_BEFORE variable.Jeff Forcier
Also, this is technically more correct, as our setup.py DOES NOT say eg 'latest crypto 1.5.x', therefore we SHOULD be testing against ==1.5 anyways...
2019-02-06Use <2.6 as oldest supported cryptographyAndrew Wason
2019-02-06Move to cryptography 2.5 and stop using deprecated APIs.Andrew Wason
Fixes #1369
2018-12-15Not sure why this got reverted in 2.3Jeff Forcier
2018-10-06Travis CI: add GSSAPI testsAnselm Kruis
Add two additional test jobs to run GSSAPI related tests with python 2.7 and 3.6.
2018-09-18Merge branch '2.3' into 2.4Jeff Forcier
2018-09-18Pseudo-merge travis-CI changes re #1292 from 2.2 branchJeff Forcier
2018-09-17Crummy workaround for 2.6/3.3 support.Jeff Forcier
2018-09-17Modernize travis/dev-reqs/etc re: blackeningJeff Forcier
2018-09-17Modern pypy no longer seems to sporadically fail?Jeff Forcier
2018-09-17Test 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-09-17Make sure to use the coverage task on travis so it gets slow tests tooJeff Forcier
2018-09-17TODOJeff Forcier
2018-05-29Modernize travis/dev-reqs/etc re: blackeningJeff Forcier
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