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 87eddef commit 893388dCopy full SHA for 893388d
.travis.yml
@@ -11,6 +11,7 @@ install:
11
12
script:
13
- py.test --pyargs nitime --cov-report term-missing --cov=nitime --verbose
14
+ - sphinx-build doc html-no-exec
15
16
after_success:
17
- coveralls
0 commit comments