language: python python: - '3.6' # setup.py reading README breaks this? # - pypy # - nightly install: - cd $TRAVIS_BUILD_DIR - pip install -U . -r requirements-test.txt script: - pytest tests/ --no-print-logs