diff --git a/tox.ini b/tox.ini
index 563aaaf8c9c2094e6c218f10c47b274462ff5b3a..73461d7e6d9ac6412d770296e810b6bca2d690ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 isolated_build = true
-envlist = lint,test
+envlist = lint,py3
 
 [testenv:lint]
 deps =
@@ -8,7 +8,7 @@ deps =
 commands =
     flake8 pycgtool
 
-[testenv:test]
+[testenv]
 deps =
     pytest
     pytest-cov