From b0c90cc64f5090e762ba424a5f7aa57a22470d73 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 25 May 2016 19:42:22 +0200 Subject: add a py3 venv in dev environment This allows us to run e.g. tests in a different python version: $ venv3/bin/py.test test/netlib/test_tcp.py --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 79555e82..bccb8f99 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ MANIFEST */tmp /venv +/venv3 *.py[cdo] *.swp *.swo -- cgit v1.2.3