From 8fa7c00929fd11cc433dce616f38426ae3ea2f9a Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Mon, 14 May 2018 12:20:52 -0400 Subject: Test and dev dependencies cleanup and sync with Fabric * 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 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 73d73484..5823ebd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,12 +24,12 @@ install: - pip install codecov # For codecov specifically - pip install -r dev-requirements.txt script: + # flake8 is now possible! + - flake8 # All (including slow) tests, w/ coverage! - inv coverage # Ensure documentation builds, both sites, maxxed nitpicking - inv sites - # flake8 is now possible! - - flake8 notifications: irc: channels: "irc.freenode.org#paramiko" -- cgit v1.2.3