Add some information about how many tests should be expected to skip.

This commit is contained in:
John Evans 2013-10-03 10:41:12 -04:00
commit fe3964c212

View file

@ -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: