From 0a2c590928d01809e9050967b2e86269b391046a Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Wed, 5 Sep 2018 23:09:23 +0200 Subject: [PATCH] travis experiment #16, babysteps --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b95fa1a..7690cff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ cache: pip install: - sudo apt-get install -y git mercurial - - python -m pip install setuptools lib3to6 # We do this conditionally because it saves us some downloading if the # version is the same. @@ -51,4 +50,9 @@ script: - python -m pip install $(cat requirements-test.txt) - python -m flake8 src/pycalver/ - MYPYPATH=stubs/ python -m mypy src/pycalver/ + - rst2html5 --strict README.rst > /dev/null + - rst2html5 --strict CHANGELOG.rst > /dev/null - PYTHONPATH=src/:$PYTHONPATH python -m pytest --cov=pycalver test/ + - codecov + - python setup.py bdist_wheel --python-tag=py2.py3 + - ls -l dist/* \ No newline at end of file