File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ matrix:
12
12
13
13
install :
14
14
- pip install -r requirements.txt
15
- - pip install codecov python_coveralls
15
+ - pip install python_coveralls
16
16
script :
17
17
- tox
18
18
after_success :
19
- - codecov
20
19
- coveralls
Original file line number Diff line number Diff line change 1
- # YAPyPy ![ ] ( https://travis-ci.org/Xython/YAPyPy.svg?branch=master ) [ ![ codecov ] ( https://codecov.io/gh/Xython/YAPyPy/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Xython/YAPyPy ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/Xython/YAPyPy/badge.svg?branch=master )] ( https://coveralls.io/github/Xython/YAPyPy?branch=master )
1
+ # YAPyPy ![ ] ( https://travis-ci.org/Xython/YAPyPy.svg?branch=master ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/Xython/YAPyPy/badge.svg?branch=master )] ( https://coveralls.io/github/Xython/YAPyPy?branch=master )
2
2
3
3
Yet Another Python Python(YAPyPy), which is extended from and compatible to the original CPython.
4
4
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ envlist = py36, py37
10
10
passenv = TOXENV CI TRAVIS TRAVIS_*
11
11
deps =
12
12
-r requirements.txt
13
- codecov
14
13
commands =
15
14
coverage erase
16
15
coverage run auto_test.py
You can’t perform that action at this time.
0 commit comments