summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-11-05 07:07:39 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-11-05 07:07:39 +0100
commit80f5ccf8f11ee74126de6b9101c4f7e2aa2dd8a3 (patch)
treeee5b0491f8013d8b0d2d0f29452428f67ed06432
parent5c324433922d3bb6356ff758181aabce7653008f (diff)
downloadastroid-80f5ccf8f11ee74126de6b9101c4f7e2aa2dd8a3.tar.gz
update to (theorically) supported python versions
-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