Skip to content

Commit 54b4737

Browse files
committed
put readme test at the end
1 parent 36d5889 commit 54b4737

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ addons:
3232

3333
before_install:
3434
- pip install pytest pytest-cov code_extract
35-
- code_extract README.md test/readme_test.py --filter python,test
35+
# 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
3638

3739
install:
3840
- pip install -r test_requirements.txt

0 commit comments

Comments
 (0)