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 36d5889 commit 54b4737Copy full SHA for 54b4737
.travis.yml
@@ -32,7 +32,9 @@ addons:
32
33
before_install:
34
- pip install pytest pytest-cov code_extract
35
- - code_extract README.md test/readme_test.py --filter python,test
+ # Make sure to put the readme test at the very end; otherwise it's messing
36
+ # around with the other tests.
37
+ - code_extract README.md test/zzz_readme_test.py --filter python,test
38
39
install:
40
- pip install -r test_requirements.txt
0 commit comments