Run tests with Python 3.3.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sat, 26 Feb 2011 20:15:50 +0000 (21:15 +0100)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Sat, 26 Feb 2011 20:15:50 +0000 (21:15 +0100)
runtests.sh

index dc3343fe9b7ec1d00a8630f30bcc0e2831575f45..6c00ce530ef5e3f722ad11044f2334ab7259174e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-PYTHON_VERSIONS="2.6 2.7 3.1 3.2"
+PYTHON_VERSIONS="2.6 2.7 3.1 3.2 3.3"
 
 case "${NOCOLOR:-false}" in
        yes|true)