Skip to content

Commit 3369790

Browse files
committed
ci: remove tox-win.ini
1 parent 422bf67 commit 3369790

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- C:\Python35\python -m pip install --force-reinstall tox
1010
- set PYTHONIOENCODING=utf-8
1111
test_script:
12-
- C:\Python35\python -m tox -c tox-win.ini
12+
- C:\Python35\python -m tox -c tox.ini
1313
on_success:
1414
- set PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%
1515
- pip install codecov coverage

tox-win.ini

Lines changed: 0 additions & 10 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py35,py36,pypy}--{dj111}, {py35,py36,py37,py38}--{dj20}, docs
2+
envlist = {py35,py36}--{dj111}, {py35,py36,py37,py38}--{dj20}, docs
33

44
[testenv]
55
commands = coverage run --source werobot -m py.test

0 commit comments

Comments
 (0)