Get ready for release

This commit is contained in:
rocky
2018-10-27 11:20:07 -04:00
parent 1bcf0d54f7
commit 2362045c84
2 changed files with 2 additions and 3 deletions

View File

@@ -6,10 +6,9 @@ python:
- '3.5'
- '2.7'
- '2.6'
- '3.3'
- '3.4'
- '3.2'
- '3.6'
- '3.7'
install:
- pip install -e .

View File

@@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='3.5.5 3.6.5 2.6.9 3.3.7 2.7.14 3.2.6 3.1.5 3.4.8'
export PYVERSIONS='3.5.5 3.6.6 3.7.1 2.6.9 3.3.7 2.7.14 3.2.6 3.1.5 3.4.8'