diff --git a/tests/test_plain.py b/tests/test_plain.py
index 8ada988ad741d9a2fe177c8e2ea09369a9e69d39..5d526cfd3412b097068f9ab1b93b2ca86523b34d 100755
--- a/tests/test_plain.py
+++ b/tests/test_plain.py
@@ -65,6 +65,7 @@ if __name__ == '__main__':
     opt = parser.parse_args(
             ['-n', '32',
              '--run',
+             '--initialize',
              '--ncpu', '2',
              '--nparticles', '1000',
              '--niter_todo', '48',
diff --git a/tox_plain.ini b/tox_plain.ini
deleted file mode 100644
index 38f34b15fee4d479f34cbf805adebb61be8ec218..0000000000000000000000000000000000000000
--- a/tox_plain.ini
+++ /dev/null
@@ -1,30 +0,0 @@
-[tox]
-envlist = py34
-[testenv]
-sitepackages = True
-whitelist_externals =
-    echo
-    cp
-    g++
-passenv = LD_LIBRARY_PATH
-changedir =
-    {envtmpdir}
-commands =
-    cp -r {toxinidir}/tests {envtmpdir}
-    #python tests/test_plain.py -n 256 --run --initialize --ncpu 8 --niter_todo 8 --precision single --wd "data/single"
-    #python tests/test_plain.py \
-    #    -n 128 --run --initialize --ncpu 2 \
-    #    --nparticles 100 --niter_todo 24 \
-    #    --precision single --wd "data/single" #\
-    #    #--multiplejob
-    python tests/test_plain.py -n 32 \
-        --run --initialize --multiplejob \
-        --ncpu 2 --nparticles 16 \
-        --niter_todo 48 \
-        --precision single --wd "data/single"
-    python tests/test_plain.py -n 32 \
-        --run --initialize --multiplejob \
-        --ncpu 2 --nparticles 16 \
-        --niter_todo 48 \
-        --precision double --wd "data/double"
-