diff options
| author | Rémy HUBSCHER <remy@chefclub.tv> | 2019-02-20 10:01:59 +0100 |
|---|---|---|
| committer | Rémy HUBSCHER <remy@chefclub.tv> | 2019-02-20 10:01:59 +0100 |
| commit | 8ed92c279fcf075d63ca35ffd846614c70f5bc41 (patch) | |
| tree | 85afe42fa1e99eb0ff151fd1f2072d87f13ea094 /tox.ini | |
| parent | e63734b0b8aebf0afa07049f17454b1d43f49fc7 (diff) | |
| download | ihatemoney-mirror-8ed92c279fcf075d63ca35ffd846614c70f5bc41.zip ihatemoney-mirror-8ed92c279fcf075d63ca35ffd846614c70f5bc41.tar.gz ihatemoney-mirror-8ed92c279fcf075d63ca35ffd846614c70f5bc41.tar.bz2 | |
Fix requirements.txt file.
You can't use both build-requirements to keep known version set and load setup.py from the same requirements, it doesn't make any sense.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py36,py35,py34,py27,docs,lint +envlist = py37,py36,py35,py34,py27,docs,lint skip_missing_interpreters = True [testenv] @@ -15,11 +15,6 @@ deps = # To be sure we are importing ihatemoney pkg from pip-installed version changedir = /tmp - - - - - [testenv:docs] commands = sphinx-build -a -n -b html -d docs/_build/doctrees docs docs/_build/html deps = @@ -42,3 +37,4 @@ python = 3.4: py34 3.5: py35 3.6: py36, docs, lint + 3.7: py37 |
