mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-15 12:59:06 +00:00
Publish on PyPi when we tag
This commit is contained in:
parent
b909ec978f
commit
fea77398e7
12
.travis.yml
12
.travis.yml
@ -8,6 +8,12 @@ install:
|
|||||||
- pip install -rdev-requirements.txt
|
- pip install -rdev-requirements.txt
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
- py.test -v -s tests --cov gns3server --cov-report term-missing
|
- py.test -v -s tests
|
||||||
after_success:
|
deploy:
|
||||||
- coveralls
|
provider: pypi
|
||||||
|
user: noplay
|
||||||
|
password:
|
||||||
|
secure: Fa66zp8ML4oSGwzkUMZi07MIYfO3tbS5gHFUaLN2mk2MBknhCjDYexmFJqT//sC/+xqv6sSJE6rz1EPoy/THbxj8R96ZgIyiUZIbDCbzgdy92d7J/eusrDoNdpApBLke8NqQqtFETb3addMZZNofQ3IDANFD2m2jY+KECU8z8NI=
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
repo: GNS3/gns3-server
|
||||||
|
Loading…
Reference in New Issue
Block a user