forked from BerkeleyAutomation/perception
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
29 lines (29 loc) · 1.12 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
26
27
28
29
language: python
sudo: required
dist: trusty
python:
- '2.7'
- '3.5'
- '3.6'
before_install:
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy numpy scipy
install:
- pip install .
- pip install nose2
script:
- cd tests
- nose2
- cd ..
deploy:
provider: pypi
skip_existing: true
user: mmatl
on:
tags: true
branch: master
password:
secure: IfCKijIg6eo4y2LThHQGk4I40/GzqgTh2JogsiYnSiXh1XGGo5/q6tAdUvkUpPqexVzxkcTl4JgeAEe4Wo5IHLsjKuaUdEuojsjBG6AaPDzV9Q9nJW1bnPrO2+ckcd9VBBl2dlQo4WOA9F4ppUHipD5vHg/4FWPAZE2S2F92+5UvWHr0P1knHXUst9wqAhSskcbt27Ob1E9n6sck5OAeWQGAfsPPPAELZQKjx9QFRP2eRiuMV5am7Wy3snJcxpCF8Lwk/Xko3bfZ+O1Gb9MtqN1t7YhnCP8FEIsvsXRWcgrMwdt2OUBJSKKUGeb9COakY3B8fFff1TUEy8Mb4PvyvxgNfSeYXm3SIVk9xWpDm30GZTbN8SbTgLhBA0kxCYP+HmIFy/zycwO1vTtmEXo5sHAopgdac6d9iTWCps1n0y2j0s4n3A6aMl40ecCjorMZEnwb00SaQNNIR7Pj8L8WHoaE+ZBxpHRBpPjnT2C5VaLbKHyZlM5q4b8seeXN01MHSNVki/2y2E5T9j/37lO+gD/PtqlNg9Z5MIU6nGw3Rw4i+XiVrOYXaYuTS9eIl5SPrr6oGUIxy9LF//RKY5yk+TKa9IQnP9FOv/BB2LDL5K9A4wfUtj7P0WCQuQ0Bo7Od14+DZ7+AspkEBurA/gPNQjkho15fSG2MWn84GjC+5M4=
distributions: sdist bdist_wheel
notifications:
email: false