Skip to content

Commit

Permalink
travis try-fix coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Oct 12, 2018
1 parent 315529b commit 2d2fd46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ python:
install:
- "pip3 install -U pip" # upgrade pip
- "pip3 install codecov pytest pytest-cov" # test coverage
- "pip3 install pylint pylint-exit" # measure code lint
- "apt install pylint3" # measure code lint
- "pip3 install pylint-exit"
- "git clone --depth=1 https://github.com/sirfoga/pyhal.git" # clone repo
- "cd pyhal"
- "make pip-install" # install
script:
- "make show-installed-version"
- "# pytest --cov=./" # test coverage
- "pytest --cov=./" # test coverage
- "# codecov"
- "pylint -j 8 hal/* || pylint-exit $?" # measure code lint
notifications:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.2.3 (f926b4d86e5dfa79a0f97c500ab0a3a464aa6466)
10.2.3 (315529bff205fe0f45d4c68ac95ec0457c032f42)
2 changes: 1 addition & 1 deletion hal/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__description__ = 'Your swiss knife to perform fast and easy pythonic stuff'
__url__ = 'https://sirfoga.github.io/pyhal/'
__version__ = '10.2.3'
__build__ = '34f0d20ff32c83e98542a13dd2aaac754946dfb4'
__build__ = '315529bff205fe0f45d4c68ac95ec0457c032f42'
__author__ = 'Stefano Fogarollo'
__author_email__ = 'sirfoga@protonmail.com'
__license__ = 'MIT'
Expand Down

0 comments on commit 2d2fd46

Please sign in to comment.