Commit e3f8e1f 1 parent 4b3e517 commit e3f8e1f Copy full SHA for e3f8e1f
File tree 5 files changed +137
-126
lines changed
5 files changed +137
-126
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ before_install:
10
10
- sudo apt-get update
11
11
- nvm install 10
12
12
- 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
21
21
install :
22
22
- make setup
23
23
script :
Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ verify_ssl = true
6
6
[dev-packages ]
7
7
8
8
[packages ]
9
- e1839a8 = {editable = true , path = " ." }
9
+ e1839a8 = {path = " ." , editable = true }
10
10
jupyterlab = " ==2.1.1"
11
11
coverage = " *"
12
12
pytest = " *"
13
13
moto = " *"
14
+ boto3 = " *"
14
15
15
16
[requires ]
16
17
python_version = " 3.7"
You can’t perform that action at this time.
0 commit comments