From 25f2a765fc75349ac31fc56bf82a01e52e74003b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Zadro=C5=BCny?= Date: Wed, 3 May 2017 16:43:16 +0200 Subject: [PATCH] travis config with envs but script invoke only tox without params --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 999cfc6..7ac5a4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: python python: -- "3.5" - "3.6" +- "3.5" +env: + - TOXENV=py36 + - TOXENV=py35 install: pip install -U tox script: tox deploy: