mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
travis experiment #12
This commit is contained in:
parent
44a039bc11
commit
3e3f7ab56e
4 changed files with 28 additions and 19 deletions
|
|
@ -13,7 +13,7 @@ python -m pip install $(ls -1t dist/pycalver*.whl | head -n 1)
|
|||
grep 'coding: utf-8' $(python -c 'import pycalver;print(pycalver.__file__.replace(".pyc", ".py"))')
|
||||
python -m pytest test/
|
||||
|
||||
if [[ $(python -c "import sys;print(sys.version[:3])") == "3.7" ]]; then
|
||||
if [[ $(python -c "import sys;sys.exit(sys.version[:3] < '3.6')") ]]; then
|
||||
python -m pip install $(cat requirements-test.txt)
|
||||
python -m flake8 src/pycalver/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue