File tree Expand file tree Collapse file tree 3 files changed +33
-7
lines changed Expand file tree Collapse file tree 3 files changed +33
-7
lines changed Original file line number Diff line number Diff line change 1- language : python
1+ language : generic
22sudo : false
3- python :
4- - 2.7
5- - 3.4
6- script : py.test -v
3+ os : osx
4+ install :
5+ # We do this conditionally because it saves us some downloading if the
6+ # version is the same.
7+ - wget https://repo.anaconda.com/archive/Anaconda3-2020.07-MacOSX-x86_64.sh -O anaconda.sh;
8+ - bash anaconda.sh -b -p $HOME/anaconda
9+ - source "$HOME/anaconda/etc/profile.d/conda.sh"
10+ - hash -r
11+ - conda config --set always_yes yes --set changeps1 no
12+ - conda update -q conda
13+ # Useful for debugging any issues with conda
14+ - conda info -a
15+ - conda init
16+ - conta activate base
17+ - pip install -r requirements.txt
18+
19+ script : python py.test -v
Original file line number Diff line number Diff line change 33
44
55def hello (what ):
6- print ('Hello, {}!' .format (what ))
6+ print ('Hello there , {}!' .format (what ))
77
88
99def say_what ():
Original file line number Diff line number Diff line change 1- pytest
1+ pyhive [hive ]== 0.6.2
2+ grpcio == 1.28.1
3+ google-cloud-bigquery [bqstorage,pandas,pyarrow ]== 1.24.0
4+ google-cloud-storage == 1.28.0
5+ pandas >= 1.0.3
6+ pydata-google-auth == 1.1.0
7+ hmsclient == 0.1.1
8+
9+ pytest == 5.3.2
10+ pytest-integration == 0.2.2
11+ pytest-cov == 2.8.1
12+ pytest-mock == 2.0.0
13+ pytest-watch == 4.2.0
14+ pycodestyle == 2.5.0
You can’t perform that action at this time.
0 commit comments