| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 [tox] | |
| 2 envlist = py27,py35 | |
| 3 skipsdist = true | |
| 4 | |
| 5 [testenv] | |
| 6 commands = python autotest.py | |
|
Sebastian Noack
2016/08/28 22:36:14
Note that in order to test all code paths, we'd ha
Vasily Kuznetsov
2016/08/29 15:29:52
What you say makes sense, however, downloading use
Sebastian Noack
2016/08/30 11:44:38
There you go, however, I decided to check for an o
Vasily Kuznetsov
2016/08/30 13:16:30
Great, this is even better.
| |
| OLD | NEW |