Repository: cassandra-dtest Updated Branches: refs/heads/master 3113957fb -> bb1d95d6b
Fix to pycodestyle-2.3.1 and check dependency compatibility with `pip check` reviewed by Philip Thompson for https://github.com/apache/cassandra-dtest/pull/27 Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/commit/bb1d95d6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/tree/bb1d95d6 Diff: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/diff/bb1d95d6 Branch: refs/heads/master Commit: bb1d95d6bd36e131d56db9ce1d6968d2ab6224c4 Parents: 3113957 Author: Mick Semb Wever <[email protected]> Authored: Mon May 14 09:05:48 2018 +1000 Committer: Mick Semb Wever <[email protected]> Committed: Mon May 14 19:25:19 2018 +1000 ---------------------------------------------------------------------- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/bb1d95d6/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c62ad8e..27f5ac6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: python python: - "2.7" install: - - pip install pycodestyle flake8 + - pip install pycodestyle==2.3.1 flake8 + - pip check script: # we want pyflakes to check all files for unused imports only # we use flake8 because it allows us to ignore other warnings --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
