Add some information about how many tests should be expected to skip.
This commit is contained in:
parent
6edb59ac7e
commit
fe3964c212
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ before_install:
|
|||
install: "pip install -r travis-requirements.txt --use-mirrors"
|
||||
|
||||
# command to run tests
|
||||
# 2.7 should skip no more than 342 tests
|
||||
# 3.3 should skip no more than 339 tests
|
||||
script: "python -m unittest discover"
|
||||
|
||||
notifications:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue