summaryrefslogtreecommitdiff
path: root/test/fulltest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/fulltest.sh')
-rwxr-xr-xtest/fulltest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fulltest.sh b/test/fulltest.sh
index 6c99300..bfb28ff 100755
--- a/test/fulltest.sh
+++ b/test/fulltest.sh
@@ -3,7 +3,7 @@
if [ $@ ] ; then
PYVERSIONS=$@
else
- PYVERSIONS="2.3 2.4 2.5 2.6"
+ PYVERSIONS="2.5 2.6 2.7 3.2 3.3"
fi
PYTEST=`which pytest`
for ver in $PYVERSIONS; do