Browse Source

Oooops, fix the nose arguments.

Ionel Cristian Mărieș 11 years ago
parent
commit
92430ef7c6
1 changed files with 1 additions and 1 deletions
  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: