File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,28 @@ python:
77 - " 3.6"
88 - " pypy"
99 - " pypy3"
10+
1011branches :
1112 only :
1213 - master
14+
15+ cache :
16+ directories :
17+ - $HOME/.cache/pip
18+ before_cache :
19+ - rm -f $HOME/.cache/pip/log/debug.log
20+
1321install :
1422 - pip install coveralls
23+ - pip install -U wheels
1524 - pip install -r requirements.txt
1625 - pip install -r requirements-dev.txt
1726 - if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi
27+
1828script :
1929 - nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/ tests
2030 - if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then pre-commit run --all-files; fi
2131 - python ./setup.py bdist_dumb
32+
2233after_success :
2334 coveralls
Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ environment:
1515install :
1616 # We need wheel installed to build wheels
1717 - " git submodule update --init --recursive"
18- - " %PYTHON%\\ python.exe -m pip install wheel"
18+ - " %PYTHON%\\ python.exe -m pip install -U wheel"
1919 - " %PYTHON%\\ python.exe -m pip install -r requirements.txt"
2020 - " %PYTHON%\\ python.exe -m pip install -r requirements-dev.txt"
2121
2222build : off
2323
24+ cache : C:\Users\appveyor\pip\wheels
25+
2426test_script :
2527 - " %python%\\ Scripts\\ nosetests -v --with-flaky --no-flaky-report tests"
2628
You can’t perform that action at this time.
0 commit comments