Skip to content

Commit

Permalink
Combine Travis and Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jilljenn committed Jan 1, 2020
1 parent 7ff7838 commit 20be363
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
@@ -1,13 +1,15 @@
dist: bionic
language: python
python:
- "2.7"
- "pypy"
- "3.7"
- "pypy3"
- "3.8"
- "2.7"
- "pypy"
- "3.7"
- "pypy3"
- "3.8"
before_install: pip install coverage
install: python setup.py install
script: coverage -m unittest
script: python -m unittest
after_success: codecov
deploy:
provider: pypi
user: xtof.durr
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,4 +1,3 @@
# development dependencies
pycodestyle
pylint
coverage
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
setup(
name='tryalgo',
version='1.3.0',
description='Basic and advanced algorithms and datastructures',
description='Algorithms and data structures for preparing programming competitions',
author='Jill-Jênn Vie and Christoph Dürr',
author_email='christoph.durr@lip6.fr',
license='MIT',
Expand Down

0 comments on commit 20be363

Please sign in to comment.