From e1c4d7a4fba1adf49ac7e412096325c4ac85541a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Zadro=C5=BCny?= Date: Wed, 3 May 2017 16:38:32 +0200 Subject: [PATCH] travis config, removed TOXENV from config --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 975a9bb..999cfc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,15 +2,8 @@ language: python python: - "3.5" - "3.6" -matrix: - fast_finish: true - include: - - python: 3.5 - env: TOXENV=py35 - - python: 3.6 - env: TOXENV=py36 install: pip install -U tox -script: tox -e ${TOXENV} +script: tox deploy: provider: pypi distributions: sdist bdist_wheel