Skip to content

Commit 298a76e

Browse files
committed
Travis CI: Enable more doctests
1 parent 89c2973 commit 298a76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python: 3.7
44
cache: pip
55
matrix:
66
include:
7-
- before_script: true
7+
- before_script: true # override
88
script: pytest --doctest-modules data_structures
99
- before_script: true
1010
script: pytest --doctest-modules file_transfer_protocol

0 commit comments

Comments
 (0)