travis and appveyor update (#217)

travis:

* stop using tox
* Add Python 3.6 and 3.7-dev
* Stop pypy3 (until PyPy3.5 is released)

appveyor:

* Drop Python 3.4 and add 3.6
This commit is contained in:
INADA Naoki 2017-01-13 21:46:31 +09:00 committed by GitHub
parent b328f3ecff
commit 3388e4a6ee
3 changed files with 28 additions and 16 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e -x
for V in cp35-cp35m cp34-cp34m cp27-cp27m cp27-cp27mu; do
for V in cp36-cp36m cp35-cp35m cp34-cp34m cp27-cp27m cp27-cp27mu; do
PYBIN=/opt/python/$V/bin
$PYBIN/python setup.py install
rm -rf build/ # Avoid lib build by narrow Python is used by wide python