blob: 4e51dd1c588a9b3b1050387ab69d6353470a2978 [file] [log] [blame]
Neels Hofmeyr738acb72017-12-15 04:35:07 +01001#!/bin/sh
Maxc35bb472017-12-15 11:56:05 +01002
3set -ex
4
5# FIXME: remove once python 2 support is deprecated
6python2 ./setup.py install
7python2 tests/test_py2.py
8
Neels Hofmeyr738acb72017-12-15 04:35:07 +01009rm -rf ./build
10python3 ./setup.py install
Maxc35bb472017-12-15 11:56:05 +010011python3 tests/test_py3.py
12
13# TODO: add more tests