Skip to content

Commit 7bbbf57

Browse files
Pypi travis (#360)
added deploy instructions and increased version number
1 parent 3c58470 commit 7bbbf57

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

.travis.yml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
language: python
22
os:
3-
- linux
3+
- linux
44
python:
5-
- '3.7'
5+
- '3.7'
66
before_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
1211
install:
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
1615
script:
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="suite2p",
8-
version="0.7.4",
8+
version="0.7.5",
99
author="Marius Pachitariu and Carsen Stringer",
1010
author_email="[email protected]",
1111
description="Pipeline for calcium imaging",

0 commit comments

Comments
 (0)