From f3cc4b99897ecf711b5ba19c108b181008f14405 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sat, 7 Oct 2017 22:01:15 +0200 Subject: [PATCH] cc --- .codeclimate.yml | 4 ++-- .travis.yml | 4 +--- setup.py | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 26344631..09348219 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -16,7 +16,7 @@ engines: exclude_paths: - examples/** - tests/** -- coolamqp/framing/definitions.py +- docs/** ratings: paths: - - coolamqp/** \ No newline at end of file + - satella/** \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 211aad7f..a93ab8ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,9 @@ python: - "pypy" cache: pip install: - - pip install coverage nose mock codeclimate-test-reporter - pip install -r requirements.txt - - python setup.py install script: - bash tests/test_posix/test_hang_until_sig.sh - - nosetests --with-coverage + - python setup.py nosetests after_success: - CODECLIMATE_REPO_TOKEN=cc1c853d7d3b0d97a3de8e245d02b834194d30037ff8644d2b26d0e5f17c5fe6 codeclimate-test-reporter diff --git a/setup.py b/setup.py index e7722464..b3202623 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup(name='satella', "backports.typing" ], tests_require=[ - "nose", "mock", "coverage" + "nose", "mock", "coverage", "codeclimate-test-reporter" ], test_suite='nose.collector', classifiers=[ -- GitLab