Commit 81ce493a authored by Mouadh's avatar Mouadh

fix tox tests (expanduser prob)

parents d72f403c 208dbbd6
This diff is collapsed.
...@@ -9,7 +9,8 @@ whitelist_externals= ...@@ -9,7 +9,8 @@ whitelist_externals=
make make
commands= commands=
pip install -q -r requirements.txt pip install -q -r requirements.txt
; https://bitbucket.org/hpk42/tox/issues/327/toxworkdir-does-not-expanduser-properly ; https://bitbucket.org/hpk42/tox/issues/327/toxworkdir-does-not-expanduser-properly
; skip until I found a solution
pytest tests pytest tests
make lint make lint
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment