We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3075ada commit a4509b1Copy full SHA for a4509b1
.travis.yml
@@ -16,6 +16,8 @@ before_script:
16
- "pyflakes ."
17
script:
18
- cd libnmap
19
- - python test/diff_test.py
+ - python test/host_test.py
20
- python test/parser_test.py
21
- python test/report_test.py
22
+ - python test/report_diff_test.py
23
+ - python test/service_test.py
0 commit comments