File tree Expand file tree Collapse file tree 2 files changed +18
-14
lines changed Expand file tree Collapse file tree 2 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 11language : python
22os :
3- - linux
3+ - linux
44python :
5- - ' 3.7'
5+ - ' 3.7'
66before_install :
7- # Example from https://github.com/astrofrog/example-travis-conda/
8- - wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
9- - bash ./miniconda.sh -b
10- - export PATH=~/miniconda3/bin:$PATH
11- - conda update --yes conda
7+ - wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
8+ - bash ./miniconda.sh -b
9+ - export PATH=~/miniconda3/bin:$PATH
10+ - conda update --yes conda
1211install :
13- - conda env create -f environment.yml
14- - source activate suite2p
15- - python setup.py install
12+ - conda env create -f environment.yml
13+ - source activate suite2p
14+ - python setup.py install
1615script :
17- - python setup.py test
18-
19-
16+ - python setup.py test
17+ deploy :
18+ provider : pypi
19+ user : __token__
20+ password :
21+ secure : KMUsze0SI8xGbgK1pzSRQGFcal8YPLF0eMk1zNGhDA/e5qwk8AToQsbokdyTa7sz/2RAjvsIQUsM2+XIMKXQo/9zCp9Sb5RP9Aqh8E9F9uj5a+UGgC6KDZa+zPFFARDNjcasS/RTm0K77gFAWhfwk0smiuR6mSQjXWYwjAZ8CejOc1CWm11MzaVPcp1AJM8r/h3Q2ulFcwHGgteZEXxgtZh3CQoGgxxAQFLIae3G0TzxoK3Amr7e6WTKDvY16YOEzUWQ+77aB6llOHqNU8edq/qKORnwhjcKsIiwqIsiGAfkYm/zT4n40/+P43dfFGfNj3jB3Yqr0HMhFVs4H9yADaommsBX4nAbSA7lKdxf0ds9wUZLRbwSnkx9RhEG05aALyMXNUZVbd+gUPhK/94o7kWOlaOSzOWQaVZ/2pmNjQbjcQ/cNkt5WM+9PNrmrP2E1VstnalODfyOcvM7G6afU3oKUD1/q5vT19C/EzIayR12w7aVImkGlt8qKI6Fxsg+MVSMrPX/7uxEpQXltX00a15b+5XA9zmyBurdbsAgD6zTPOlkysXaXhOMd4L+XE4Z0iDRQmx6WK2whELL1Qa03F6hI+Y9FVZze86FfewmGDgF+IaU3b5d1C6OdsGBZbHOW3ZEEAmuj6abe7LRF2oDLEi9bCqXiVl0RAR7PFIFEHQ=
22+ on :
23+ tags : true
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "suite2p" ,
8- version = "0.7.4 " ,
8+ version = "0.7.5 " ,
99 author = "Marius Pachitariu and Carsen Stringer" ,
10101111 description = "Pipeline for calcium imaging" ,
You can’t perform that action at this time.
0 commit comments