repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
component(developer/golang-123): Add Component
[oi-userland.git]
/
components
/
python
/
webencodings
/
patches
/
01-tox.ini.patch
blob
b0a9b85c7a8ad87d11e45159c7ed229fdc101eca
1
https://github.com/gsnedders/python-webencodings/issues/32
2
3
--- webencodings-0.5.1.orig/tox.ini
4
+++ webencodings-0.5.1/tox.ini
5
@@ -0,0 +1,9 @@
6
+[pytest]
7
+python_files=test*.py
8
+
9
+[tox]
10
+envlist = py26, py27, py33, py34, py35, py36, pypy
11
+
12
+[testenv]
13
+deps=pytest
14
+commands=py.test []