Skip to content

Commit 0673227

Browse files
committed
ENH: Add test
1 parent 797e347 commit 0673227

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5354
after_success:
5455
- codecov

0 commit comments

Comments
 (0)