diff options
| author | Michał Górny <mgorny@gentoo.org> | 2017-10-24 21:54:58 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2017-10-24 21:54:58 +0200 |
| commit | 2c462cdb9bfa173900953d7b788d7ac1bbdcbfe7 (patch) | |
| tree | 286df86664b1804fd78eea8f5097e2f4b18da41a | |
| parent | 2403a366676a9fa83f320b8607dfec852e6eb77b (diff) | |
| download | gemato-2c462cdb9bfa173900953d7b788d7ac1bbdcbfe7.tar.gz | |
tox: Skip unnecessary sdist
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ [tox] envlist = begin,py27,py34,py35,py36,pypy,pypy3,end +# we operate on sources anyway +skipsdist = True [testenv:begin] deps = |
