forked from respeaker/pixel_ring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
23 lines (23 loc) · 1.09 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
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
deploy:
true:
branch: master
python: 2.7
tags: true
distributions: sdist bdist_wheel
password:
secure: BV4OQe2pjvblDPNPIoNWOXO3Fo7Ywh/rOhAfCYQmLKLh1Cpf6ZCjXraFzqZxWYAPWc8tFSc3J4bqjtAGsJ9wBOrgotjDZ/E6dT+t2WXQJqLHx4T2j7aZW9WifqF9xrUT6skyxjP+rKJrQceJr8gzpXr1hSR/2Aic9mEQUBbY45j0hpF3kvwq1qEoPQfPqLucbZzXOE5948LqtAhmD/hEupAcKN1MnF5q1McxJ1cNr6G3I4B+dWRu6FGKo7GwpcAmFPt7l33bYp8H/P6dlnT+zUB8aMT5hLCmzbZDFiHMjoKIpwQgBfmPiKhDVxkLDaNBhJZETJ83Vz+CLQrdQnWVnS0GloGx35CBGOWpfSSrH/vb9K/Zx2ruHwz3n7Q2FW/Dv1rGmeclz5TekFhPXbbStHAb51+lKE/RnPdYxq26NF7W3OD2fRqZ1c2mhe0Vlb1529F9EEpUvaJoK7ozG+SqU4Rb3x3E9R3V5PpmVd70gB8gGj39/j4E+EU7JLcts+CSyRUl1CC7BKxpJq1aJa+ftuNbg66QvPPrBRj3toX+JiEoXrFyJ45BxTt1990RvYutlFFT6D14yCOhJ/EcFv50QaDEnXQutiJIeWTpro28zIKKFvcGOCUET7H9Mp1XoKW9dgJ04jsZO+wl3lZOlqE40TsNO5iiHYMZ8+we4BpbFyI=
provider: pypi
user: yihui
install:
- pip install -r requirements.txt
- python setup.py sdist bdist_wheel
- pip install ./dist/*.whl
language: python
python:
- '2.6'
- '2.7'
- '3.4'
- '3.5'
- '3.6'
script: pytest