Skip to content

Commit

Permalink
try-fix tests in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Oct 12, 2018
1 parent 34f0d20 commit a3db714
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ install:
- "cd pyhal"
- "make pip-install" # install
script:
- "make show-installed-version"
- "# pytest --cov=./" # test coverage
- "# codecov"
- "pylint3 -j 8 hal/*" # measure code lint
- "pylint -j 8 hal/*" # measure code lint
notifications:
email: "false" # no email notify
cache: "pip"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.2.3 (3259d026a3439aace50534b46527f164954e4fe9)
10.2.3 (485977a98aeb85b3119ab19325fd4be472b3d71b)
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__ = '3259d026a3439aace50534b46527f164954e4fe9'
__build__ = '485977a98aeb85b3119ab19325fd4be472b3d71b'
__author__ = 'Stefano Fogarollo'
__author_email__ = 'sirfoga@protonmail.com'
__license__ = 'MIT'
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Some utils methods for a selenium web-driver """


class SeleniumForm:
class SeleniumFormFiller:
"""Methods to deal with selenium web-drivers"""

def __init__(self, browser):
Expand Down

0 comments on commit a3db714

Please sign in to comment.