Skip to content

Commit e3f8e1f

Browse files
committed
chore(release): 0.6.1
1 parent 4b3e517 commit e3f8e1f

File tree

5 files changed

+137
-126
lines changed

5 files changed

+137
-126
lines changed

.travis.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ before_install:
1010
- sudo apt-get update
1111
- nvm install 10
1212
- nvm use 10
13-
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
14-
- bash miniconda.sh -b -p $HOME/miniconda
15-
- source "$HOME/miniconda/etc/profile.d/conda.sh"
16-
- hash -r
17-
- conda config --set always_yes yes --set changeps1 no
18-
- conda config --set restore_free_channel true
19-
- conda update -q conda
20-
- conda info -a
13+
# - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
14+
# - bash miniconda.sh -b -p $HOME/miniconda
15+
# - source "$HOME/miniconda/etc/profile.d/conda.sh"
16+
# - hash -r
17+
# - conda config --set always_yes yes --set changeps1 no
18+
# - conda config --set restore_free_channel true
19+
# - conda update -q conda
20+
# - conda info -a
2121
install:
2222
- make setup
2323
script:

Pipfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ verify_ssl = true
66
[dev-packages]
77

88
[packages]
9-
e1839a8 = {editable = true,path = "."}
9+
e1839a8 = {path = ".",editable = true}
1010
jupyterlab = "==2.1.1"
1111
coverage = "*"
1212
pytest = "*"
1313
moto = "*"
14+
boto3 = "*"
1415

1516
[requires]
1617
python_version = "3.7"

0 commit comments

Comments
 (0)