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

rlworkgroup / garage / 4204
64%

Build:
DEFAULT BRANCH: master
Ran 03 Feb 2019 01:48AM UTC
Jobs 1
Files 219
Run time 9s
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
4204

push

travis-ci-com

ryanjulian
Add shebang lines and executable bits to examples

This PR adds a valid Unix shebang line to each example and marks it as
executable, so that they can be run as standard Unix scripts without
invoking Python.

Before:
```sh
python examples/tf/ddpg_pendulum.py
```

After:
```sh
. examples/tf/ddpg_pendulum.py
```

It also removes the `__init__.py` from the examples folder, since it's
a folder full of examples, not an importable Python package.

8128 of 12840 relevant lines covered (63.3%)

0.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4204.1 (DOCKER_COMPOSE_VERSION=1.23.2) 03 Feb 2019 01:48AM UTC 0
63.3
Travis Job 4204.1
Source Files on build 4204
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #4204
  • e852323d on github
  • Prev Build on master (#4199)
  • Next Build on master (#4215)
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