• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gator-life / gator.life / 222
97%

Build:
DEFAULT BRANCH: master
Ran 16 Jan 2016 07:34PM UTC
Jobs 1
Files 17
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
222

push

travis-ci

nicoxx
rollback selenium to 2.48 (newest version 2.49 seems to be buggy)
(Fix errore i requirement.txt syntax)
The error happens in the last travis build and there is a new version of selenium. Reproduced locally.

erro:
self = <test_homepage.NewVisitorTests testMethod=test_save_features>
    def tearDown(self):
>       self.browser.quit()
src/functests/test_homepage.py:12:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
lib/miniconda/lib/python2.7/site-packages/selenium/webdriver/phantomjs/webdriver.py:74: in quit
    self.service.stop()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <selenium.webdriver.phantomjs.service.Service object at 0x7f29c6910390>
    def stop(self):
        """
            Stops the service.
            """
        if self.log_file != PIPE:
            try:
                self.log_file.close()
            except Exception:
                pass

        if self.process is None:
            return

        self.send_remote_shutdown_command()

        try:
            if self.process:
>               self.process.stdout.close()
E               AttributeError: 'NoneType' object has no attribute 'close'
lib/miniconda/lib/python2.7/site-packages/selenium/webdriver/common/service.py:124: AttributeError

472 of 505 relevant lines covered (93.47%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 222.1 16 Jan 2016 07:34PM UTC 0
93.47
Travis Job 222.1
Source Files on build 222
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #222
  • f9ee1cfc on github
  • Prev Build on master (#218)
  • Next Build on master (#231)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc