1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 03:08:14 +00:00

Run tests into a tmp directory prefixed by unicode character

This commit is contained in:
Julien Duponchelle 2017-05-09 09:42:49 +02:00
parent 48dae085aa
commit 2172c25df6
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -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