Skip to content

Commit 56daa43

Browse files
committed
For now, run travis without tests.
1 parent 9230cbe commit 56daa43

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1+
language: python
2+
python:
3+
- 3.6
4+
5+
branches:
6+
only:
7+
- master
8+
9+
script:
10+
- true
11+
112
deploy:
213
provider: pypi
314
user: nbserverproxy
415
password:
516
secure: R06qgVAIrQ9u4D/Z7aiELMGddZypeorBFZ5sj/u0IrrGmrxGekxgV1NtWTzuTBKDHrnBKewNQTKyrwrcdDeU09Q4RgbyBmctX7u1UUQQdLSYfpbIh30SshuP57EiqGOo4wPXHOzBDtQg0SWtTVWqJAogymT0s7m3MOcFzbbVCReIX1uMFiG6X7TWKMB72WFN65rEtDa/Myq4hMvKOgcf+MWGnZzqNdaKFs+BHxfEc7MsJB6NooxQchiBqs0nJ3rfLAKblIPVdRx9ErpaUR0Z+VBuML8Hs0KCJyKh+H9POEBonPp+cVN/sOmFy39tESKhKJ5KNjfBxr/1GS9de8HeFwxwbz4/BVmbCzpXdNpRTD08JUGhia2xda4L8I/wNWGuj/SC0Y80tJ2FmauPrF9eL0AE1VGfwhCoXa4LFClBrzKyFsld0Gr4+mekxBvYrPtswPuTd1hGhhjui0DH62QxRIdQvWT7wWMzvxSH1dROQAu2OhzLKH8v/S/UnstT74wqEmPldH0R5zDVM75viKPpijv4USt0XwjgUwdIPlO1rDK/aRBIqyEb2eAI9U3f0zhGi4PImLlc9hSfXmYLT1TOgU7X/A+I1eBuMBSwg5poZICELCcEYod9wKXP3Xx91hoAksWnFAwUA9yoeu5Tmx7cSXbruIbws8EZRCeeB/ROHRU=
617
on:
718
tags: true
19+
repo: jupyterhub/nbserverproxy
820
distributions: sdist bdist_wheel

0 commit comments

Comments
 (0)