File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ before_install:
66- pip3.9 install -r requirements.txt
77- pip3.9 install -e .
88script : pytest -m "not compiled" --cov=pythonwhat
9- after_success : codecov --token=$CODECOV_TOKEN
109deploy :
1110 provider : pypi
1211 user : datacamp
Original file line number Diff line number Diff line change 11# pythonwhat
22
33[ ![ Build Status] ( https://travis-ci.org/datacamp/pythonwhat.svg?branch=master )] ( https://travis-ci.org/datacamp/pythonwhat )
4- [ ![ codecov] ( https://codecov.io/gh/datacamp/pythonwhat/branch/master/graph/badge.svg )] ( https://codecov.io/gh/datacamp/pythonwhat )
54[ ![ PyPI version] ( https://badge.fury.io/py/pythonwhat.svg )] ( https://badge.fury.io/py/pythonwhat )
65[ ![ Documentation Status] ( https://readthedocs.org/projects/pythonwhat/badge/?version=stable )] ( http://pythonwhat.readthedocs.io/en/stable/?badge=stable )
76[ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdatacamp%2Fpythonwhat.svg?type=shield )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fdatacamp%2Fpythonwhat?ref=badge_shield )
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ xlrd~=2.0.1
2020
2121# test-utils deps
2222pytest ~= 6.2.5
23- codecov ~= 2.1.12
2423pytest-cov ~= 2.12.1
2524
2625# building documentation
You can’t perform that action at this time.
0 commit comments