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

Axelrod-Python / Axelrod / 4500
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v4.9.1
DEFAULT BRANCH: master
Ran 20 Jul 2017 09:05PM UTC
Jobs 2
Files 166
Run time 18min
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
4500

push

travis-ci

drvinceknight
Add keys to Fortran code in a separate file.

This uses the following to generate the `fortrain_keys.rst` file:

```
import glob
import pathlib
strategy_files = glob.glob("./src/*.f")
with open("/home/vince/src/Axelrod/docs/reference/fortan_keys.rst", "w") as f:
    for file in strategy_files:
        path = pathlib.Path(file)
        strategy_name = path.stem.upper()
        file_name = path.name
        f.write(".. _{}: https://github.com/Axelrod-Python/TourExec/blob/master/src/{}\n".format(strategy_name, file_name))
```

13353 of 13353 relevant lines covered (100.0%)

2.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4500.1 20 Jul 2017 09:05PM UTC 0
100.0
Travis Job 4500.1
2 4500.2 20 Jul 2017 09:23PM UTC 0
100.0
Travis Job 4500.2
Source Files on build 4500
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4500
  • 24d4d344 on github
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