Browse Source

Actually add source directory.

Jelmer Vernooij 8 năm trước cách đây
mục cha
commit
690b9e3ed9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -31,11 +31,11 @@ script:
   - pip install coverage codecov
 
   # Test without c extensions
-  - python -m coverage run -p -m $TEST_RUNNER dulwich.tests.test_suite
+  - python -m coverage run -p --source=dulwich -m $TEST_RUNNER dulwich.tests.test_suite
 
   # Test with c extensions
   - python setup.py build_ext -i
-  - python -m coverage run -p -m $TEST_RUNNER dulwich.tests.test_suite
+  - python -m coverage run -p --source=dulwich -m $TEST_RUNNER dulwich.tests.test_suite
 after_success:
   - python -m coverage combine
   - codecov