We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c2973 commit 298a76eCopy full SHA for 298a76e
.travis.yml
@@ -4,7 +4,7 @@ python: 3.7
4
cache: pip
5
matrix:
6
include:
7
- - before_script: true
+ - before_script: true # override
8
script: pytest --doctest-modules data_structures
9
- before_script: true
10
script: pytest --doctest-modules file_transfer_protocol
0 commit comments