Skip to content

Commit 68d6cb7

Browse files
committed
update settings
1 parent bc46a4e commit 68d6cb7

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ matrix:
1212

1313
install:
1414
- pip install -r requirements.txt
15-
- pip install codecov python_coveralls
15+
- pip install python_coveralls
1616
script:
1717
- tox
1818
after_success:
19-
- codecov
2019
- coveralls

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22

33
Yet Another Python Python(YAPyPy), which is extended from and compatible to the original CPython.
44

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ envlist = py36, py37
1010
passenv = TOXENV CI TRAVIS TRAVIS_*
1111
deps =
1212
-r requirements.txt
13-
codecov
1413
commands =
1514
coverage erase
1615
coverage run auto_test.py

0 commit comments

Comments
 (0)