浏览代码

Oooops, fix the nose arguments.

Ionel Cristian Mărieș 11 年之前
父节点
当前提交
92430ef7c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -31,7 +31,7 @@ before_install:
 install:
   - pip install tox
 script:
-  - tox -v -- -v
+  - tox -v -- nosetests --nocapture --nologcapture --no-path-adjustment --with-coverage --cover-inclusive --cover-erase --verbose
 after_success:
   - .tox/$TRAVIS_PYTHON_VERSION/bin/coveralls
 notifications: