Skip to content

Commit 4487031

Browse files
authored
pytest --ignore=virtualenv # do not test our dependencies
1 parent c236645 commit 4487031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ script:
1414
--ignore=data_structures/stacks/infix_to_postfix_conversion.py
1515
--ignore=file_transfer_protocol/ftp_send_receive.py
1616
--ignore=file_transfer_protocol/ftp_client_server.py
17+
--ignore=virtualenv # do not test our dependencies
1718
after_success:
1819
- python scripts/build_directory_md.py
1920
- cat DIRECTORY.md

0 commit comments

Comments
 (0)