This website requires JavaScript.
Explore
Help
Sign In
tanner
/
wolframalpha
Watch
1
Star
0
Fork
0
You've already forked wolframalpha
Code
Issues
Pull Requests
Releases
Wiki
Activity
200e6a5251
wolframalpha
/
tox.ini
7 lines
91 B
INI
Raw
Normal View
History
Unescape
Escape
Use tox instead of pytest-runner
2016-09-22 15:50:07 +00:00
[testenv]
deps
=
Each requirement line is passed as a single parameter to pip, so you can't have a space separating the option and its value.
2016-09-23 15:08:41 +00:00
-rtests/requirements.txt
Use tox instead of pytest-runner
2016-09-22 15:50:07 +00:00
Allow passing posargs
2016-10-15 03:03:42 +00:00
commands
=
py.test {posargs}
Use usedevelop to workaround tox-dev/tox#373
2016-09-30 20:14:13 +00:00
usedevelop
=
True
Reference in New Issue
Copy Permalink