Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-30 | Experiment with quick sdist-and-test checks in Travis | Jeff Forcier | |
Can't wait to move to Circle so I can do this testing locally | |||
2020-08-30 | Bump travis Py3.8 cell to non dev, and die on fail | Jeff Forcier | |
2019-12-03 | Let's go with 'all' for the catchall endpoint, it is popular | Jeff Forcier | |
2019-12-02 | Base 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-31 | Documentation of the need for pyasn1 for gssapi seems to have been omitted a ↵ | Jeff Forcier | |
while | |||
2019-05-31 | Merge branch 'master' into 1311-int | Jeff Forcier | |
2019-05-31 | Merge branch 'master' into 1379-int | Jeff Forcier | |
2019-05-31 | Xenial doesn't support this pypy version | Jeff Forcier | |
Let's see if the unversioned aliases work on this distro first... | |||
2019-05-31 | Add explicit (tested) support for Python 3.8 | Jeff Forcier | |
Cannot be added to Paramiko <2.4 due to Travis inability to test Python 2.6->3.7+ | |||
2019-05-31 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-05-31 | Rename 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-06 | Use <2.6 as oldest supported cryptography | Andrew Wason | |
2019-02-06 | Move to cryptography 2.5 and stop using deprecated APIs. | Andrew Wason | |
Fixes #1369 | |||
2018-12-15 | Not sure why this got reverted in 2.3 | Jeff Forcier | |
2018-10-06 | Travis CI: add GSSAPI tests | Anselm Kruis | |
Add two additional test jobs to run GSSAPI related tests with python 2.7 and 3.6. | |||
2018-09-18 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-09-18 | Pseudo-merge travis-CI changes re #1292 from 2.2 branch | Jeff Forcier | |
2018-09-17 | Crummy workaround for 2.6/3.3 support. | Jeff Forcier | |
2018-09-17 | Modernize travis/dev-reqs/etc re: blackening | Jeff Forcier | |
2018-09-17 | Modern pypy no longer seems to sporadically fail? | Jeff Forcier | |
2018-09-17 | Test and dev dependencies cleanup and sync with Fabric | Chris 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-17 | Make sure to use the coverage task on travis so it gets slow tests too | Jeff Forcier | |
2018-09-17 | TODO | Jeff Forcier | |
2018-05-29 | Modernize travis/dev-reqs/etc re: blackening | Jeff Forcier | |
2018-05-16 | Modern pypy no longer seems to sporadically fail? | Jeff Forcier | |
2018-05-16 | Test and dev dependencies cleanup and sync with Fabric | Chris 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-12 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2018-03-12 | Screen off dev version of Python from test matrix | Jeff Forcier | |
2017-11-07 | Clarify message going forward | Jeff Forcier | |
2017-11-07 | Merge branch '2.3' | Jeff Forcier | |
2017-11-07 | OK this is good now, with the setuptools pin | Jeff Forcier | |
2017-11-07 | Well 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-07 | Despite odd output, pip 9.0.1 is installing; so how old's our setuptools? | Jeff Forcier | |
2017-11-07 | Uh...output claims pip somehow installing 7.x??? | Jeff Forcier | |
2017-11-07 | This 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-07 | Merge branch '2.3' | Jeff Forcier | |
2017-11-07 | Jeez | Jeff Forcier | |
2017-11-07 | Merge branch '2.3' | Jeff Forcier | |
2017-11-07 | Add Python 3.7-dev to Travis matrix. Why not? | Jeff Forcier | |
2017-10-25 | Make sure to use the coverage task on travis so it gets slow tests too | Jeff Forcier | |
2017-10-23 | TODO | Jeff Forcier | |
2017-10-10 | This has been broken since it went in :( the test would never normally pass ↵ | Jeff Forcier | |
otherwise... | |||
2017-06-14 | travis-ci: update pypy test run to use pypy-5.6.0 | Pierce Lopez | |
2017-06-09 | Replace coveralls with codecov, comments disabled | Nikolai R Kristiansen | |
2017-06-05 | Move 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-31 | flake8 on travis! | Jeff Forcier | |
2017-02-03 | Update .travis.yml | Kalle Møller | |
3.6 is now released | |||
2016-12-19 | also test with pypy on Travis CI | Pierce Lopez | |
2016-04-24 | Enabling caching of pip downloads and wheels | Alex Gaynor | |
2015-11-05 | Missed a spot re: 3.2 specific crap in Travis config | Jeff Forcier | |