1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-08-17 00:20:42 +03:00

Ignore /env and /venv

This commit is contained in:
Simon Sapin 2012-07-29 22:23:29 +02:00
parent 41e14d6e14
commit c28ceabbc9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,5 +6,6 @@
/.tox
/dist
/env
/venv
/weasyprint/tests/test_results
/weasyprint/tests/w3_test_suite/test_results

View File

@ -1,5 +1,5 @@
[pytest]
norecursedirs=.git .tox
norecursedirs=.git .tox venv env
; Fancy tracebacks are slow to produce:
; https://bitbucket.org/hpk42/pytest/issue/29
; add --tb=long on the command-line to get the default back