Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06b1611

Browse files
committed
ci: restore verbosity for travis/appveyor, increase 96->100 ulimit
+ PY3.3 fails due to 'too many files open"
1 parent3dc2f73 commit06b1611

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ install:
7878
build:false
7979

8080
test_script:
81-
-nosetests --with-coverage
81+
-nosetests -v --with-coverage
8282

8383
#on_success:
8484
# - IF "%PYTHON_VERSION%"=="3.4" (coveralls)

‎.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ install:
2929
-cat git/test/fixtures/.gitconfig >> ~/.gitconfig
3030
script:
3131
# Make sure we limit open handles to see if we are leaking them
32-
-ulimit -n96
32+
-ulimit -n100
3333
-ulimit -n
34-
-nosetests --with-coverage
34+
-nosetests -v --with-coverage
3535
-if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi
3636
-if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
3737
-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp