File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ before_install:
2929 - virtualenv --python=python venv
3030 - source venv/bin/activate
3131 - python --version # just to check
32- - pip install -U pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
33- - retry pip install pytest pytest-cov pytest-dependency flake8 coverage codecov chardet setuptools docutils
32+ - pip install -U pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
33+ - retry pip install pytest pytest-cov pytest-dependency flake8 coverage codecov chardet setuptools docutils check-manifest
3434 - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then retry pip install aspell-python-py2; fi
3535 - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "3" ]; then retry pip install aspell-python-py3; fi
3636 - cd $SRC_DIR
@@ -49,6 +49,7 @@ script:
4949 python setup.py check --restructuredtext --strict;
5050 fi;
5151 - pytest codespell_lib
52+ - make check-manifest
5253
5354after_success :
5455 - codecov
You can’t perform that action at this time.
0 commit comments