Skip to content

Commit 6f6ce9f

Browse files
authored
pytest --ignore=virtualenv # do not test our dependencies
1 parent c33d479 commit 6f6ce9f

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
@@ -20,6 +20,7 @@ script:
2020
--ignore=maths/binary_exponentiation.py
2121
--ignore=maths/lucas_series.py
2222
--ignore=maths/sieve_of_eratosthenes.py
23+
--ignore=virtualenv # do not test our dependencies
2324
after_success:
2425
- python scripts/build_directory_md.py
2526
- cat DIRECTORY.md

0 commit comments

Comments
 (0)