language: python python: - 3.6 - 3.7 - 3.8 before_install: - python --version - pip install -U pip - pip install -U pytest - pip install codecov install: - travis_wait 30 mvn install - pip install -r requirements.txt script: pytest # run tests after_success: - codecov # submit coverage