-
Notifications
You must be signed in to change notification settings - Fork 20
/
.travis.yml
25 lines (25 loc) · 1.16 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
dist: trusty
sudo: required
language: python
matrix:
include:
- python: "3.6"
before_install:
- sudo apt-get install -qq graphviz
- pip install torch==1.5.0+cpu torchvision==0.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
- pip install twine
install:
- pip install .
script:
- pytest
deploy:
- provider: pypi
user: d.zimmerer
password:
secure: YFjzOaYZiFmoW/1yHjLearH7FJ10jdt8q7GJGGYQBiDp3kniC/Ap/wB9AOpKuf3gmTsTU1KSI0pp4SQmEn7oID1JXpHTErFaQewck1wZ9kQ5zjoOKONzZQ/Y3wtGj4m8Grn2sWqxAvmhCpjsz0qSCxZ+QyLh+Ths1VBbXrmnADQitqm3R0J6gHIwedgRp62ensF2WqIs9RWu1dbz2B1FD4KEf+FeWO4i8c+pv3XFcOi9VcYBls0voPBGAMRHSppmUuvghkxu/LrI+SkyaodAPX0GAjWaLeMCqpplKzChkRjKXRQLRwaBCnAxOVeTg70pnYemK6G8G6i6UKsPPXyI92twiP6NRkz4VS4XkvjvBYSeTcukIJlC6ghdPr9G1b8jdLqGI1ZTovkCLrJEdkxk9FCe9AJMxdD727PAwnguFRvwernCFKi/J96ycrcCeRWATdNPZRJWocOSP70xWOsC6/IeCj29eJjEowQhC5HPM4OpBcGjzVzPgBD2U1HFhkLOCqHuTix04XoBGK1Cz128ku0tXQZkjBQ/zYxDR+etPLRK8M0YNLtHJLxnQOOMiWpyEJ+0Asu1sPDrPhmrGCXaMUwbPi8bObIKOjp23LWRGVDnE+rD0diPqHEix9tyaCRqf2DX7ZYbYH6qOpKVmCRZMFyMeKadA3EKwD6i0R7AHEI=
on:
branch: master
- provider: script
script: /bin/sh deploy_slim.sh
on:
branch: master