Skip to content

Commit 68518e2

Browse files
author
rocky
committed
Fix some 3.2 bugs and add testing
1 parent 4d20165 commit 68518e2

25 files changed

+158
-167
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ check:
2222
cd test && nosetests
2323

2424
#: Check across all Python versions
25-
check-all:
25+
check-full:
2626
bash ./admin-tools/check-versions.sh
2727

2828
#: Clean up temporary files and .pyc files

admin-tools/pyenv-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55
echo "This script should be *sourced* rather than run directly through bash"
66
exit 1
77
fi
8-
export PYVERSIONS='2.7.18 3.3.7 3.4.10 3.5.9'
8+
export PYVERSIONS='2.7.18 3.3.7 3.2.6 3.4.10 3.5.9'
2.63 KB
Binary file not shown.
1.88 KB
Binary file not shown.
2.54 KB
Binary file not shown.
1.83 KB
Binary file not shown.
2.08 KB
Binary file not shown.
3.24 KB
Binary file not shown.
2.34 KB
Binary file not shown.
1.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)