Run tests into a tmp directory prefixed by unicode character

pull/1027/head
Julien Duponchelle 7 years ago
parent 48dae085aa
commit 2172c25df6
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -9,7 +9,8 @@ install:
- python setup.py install
- pip install -rdev-requirements.txt
script:
- py.test -v -s tests
- mkdir ‡
- py.test -v -s tests --basetemp=‡
deploy:
provider: pypi
user: noplay

Loading…
Cancel
Save