Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 810e6d8

Browse files
try with setup.py
1 parent 8bd506d commit 810e6d8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ before_install:
1616
before_script:
1717
- gem install awesome_bot
1818

19-
2019
install:
2120
- pip3 install -r requirements.txt
22-
- pip3 install coveralls
21+
- pip3 install codecov
2322

2423
script: pytest
2524
# - awesome_bot README.md --allow-dupe --allow-redirect
@@ -54,4 +53,4 @@ script: pytest
5453
# - python Algorithm_tests/sorting_tests/test_sorting.py
5554

5655
after_success:
57-
- coveralls
56+
- codecov

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
name='Algorithms',
55
packages=['Algorithm_test'],
66
version='0.0.7',
7-
description='Test project to get acquainted with TravisCI',
7+
description='Testing Algorithm Collection',
88
url='https://github.com/AladdinPerzon/Algorithms-Collection-Python',
99
)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /