diff --git a/.travis.yml b/.travis.yml index ea6026b..cb240fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,35 +1,23 @@ language: python -sudo: required + dist: xenial + +python: 3.6 +python: 3.7 +python: 3.8-dev +python: nightly + matrix: - include: - - python: '3.6' - - python: 3.6-dev - - python: '3.7' - - python: 3.7-dev - dist: xenial - sudo: true - - python: 3.8-dev - dist: xenial - sudo: true - - python: nightly - dist: xenial - sudo: true allow_failures: - - python: 3.6-dev - - python: 3.7-dev - dist: xenial - sudo: true - - python: 3.8-dev - dist: xenial - sudo: true - - python: nightly - dist: xenial - sudo: true + - python: 3.8-dev + - python: nightly + install: - pip install -e . + script: - pytest + deploy: provider: pypi user: tylerwince