File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,29 @@ before_install:
15
15
- conda config --set always_yes yes --set changeps1 no
16
16
- conda update -q conda
17
17
- conda info -a
18
-
18
+
19
19
# Useful for debugging any issues with conda
20
20
- conda info -a
21
21
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch-cpu scipy -c pytorch
22
22
# - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install enum34; fi
23
23
- source activate test-environment
24
-
24
+
25
25
- pip install future
26
26
- pip install pytest pytest-cov codecov
27
27
- pip install mock
28
-
28
+
29
29
install :
30
30
31
31
- pip install .
32
-
32
+
33
33
script :
34
34
- python -m pytest -s tests
35
-
35
+
36
+ deploy :
37
+ provider : pypi
38
+ user : qubvel
39
+ password :
40
+ secure : vUkfooHvfPJp4vA68pRwRehcEiAHZPMdDlWDiLZLYoYQNxR510/NRO6erWeRbv+Im4gmn/Z//ShpPlBs9L8kFz1Xf/PCWV6Xe661qpqvoNi9PBwtN4F33JryciR6VK8e+8mO9igWPSPueFUJ4y6xgcjgHWYg4W96iqO9tEh/rTHhPGgneWgWD4/k5NIE5XK5xg52kc28CNQTRepjN4PoRDtcj5Hv/kCKLpJXrFqPT4TJ7pUdU/sQUh4Epr9fn2AXOVh41IWOjvagUmYlx9QMdZpKtL0a83pe1SDDkDCxyTCuSBBdkVsPLZkFxq927Y29tarnSFmzm+Wxk6qcpwwVupCF+EGDK9goYS4czPiS8OjEKmFkLceZYjafZxCn6IUBoLcPUx5HmbsjkRIlNQAB8Mn2pYtH2kDCiNGtmVMH+VsML7HY7DqFCE8jvtP+caNLnGT4/q+ICKemzos5qsSL/6eu8sztTdgBTp8M2DAVyA51XFPKgeUnT5Ivi+r/skt/tUCzGrl8E3yUty6XW619x+bVggRgMq/RcUkItixnoaaVRx4AIiRN/scX5RmrQAgp6RxQ89o+NvrY0UeDVWUHvHcNxjogl8A8V7ROIwY/oxBF98Up2GJ1qtTKyNesBOZ09cxJHcTXeQBsI0ena+CLTFx/xfCQ5simMIEunn/x4+I=
41
+ on :
42
+ tags : true
43
+ skip_existing : true
You can’t perform that action at this time.
0 commit comments