language: python python: - "3.6" - "3.7" before_install: cd tests;pip install -r requirements.txt script: nosetests --with-doctest