language: python cache: pip python: - "3.6" - "3.7-dev" install: - pip install flit - flit install script: - scripts/test # after_script: # - codecov