Skip to content

Commit

Permalink
removed special environments for Windows and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Elkis committed Dec 6, 2018
1 parent 0aac229 commit 36e5800
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
[tox]
envlist =
{py27,py35,py36}-{linux,win32}
{py27,py35,py36}
docs

[testenv]
usedevelop = True
passenv=ROTEST_WORK_DIR
passenv = ROTEST_WORK_DIR
basepython =
py27: python2.7
py35: python3.5
py36: python3.6

platform =
win32: win32
linux: linux

deps =
-r{toxinidir}/requirements.txt

Expand Down

0 comments on commit 36e5800

Please sign in to comment.