We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae4307 commit e225a9fCopy full SHA for e225a9f
.travis.yml
@@ -24,7 +24,7 @@ script:
24
- cd docs; make html
25
# Run the test suit with coverage
26
- cd ..
27
- - travis_wait 30 coverage run --source=axelrod -m unittest discover
+ - travis_wait 60 coverage run --source=axelrod -m unittest discover
28
- coverage report -m
29
# Run the doctests
30
- python doctests.py
0 commit comments