File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
- docker
6
6
7
7
python :
8
- - ' 2.7 '
8
+ - ' 3.6 '
9
9
10
10
jobs :
11
11
include :
15
15
script :
16
16
- flake8 chado test --ignore=E501
17
17
- stage : test
18
- python : ' 2.7 '
18
+ python : ' 3.6 '
19
19
install :
20
20
- pip install -U pip setuptools nose
21
21
- python setup.py install
26
26
script :
27
27
- python setup.py nosetests
28
28
- stage : test
29
- python : ' 3.5'
30
- install :
31
- - pip install -U pip setuptools nose
32
- - python setup.py install
33
- - export CHAKIN_GLOBAL_CONFIG_PATH=`pwd`/test-data/chakin.yml
34
- - sudo service postgresql stop
35
- - chakin util launch_docker_image --background --no_yeast
36
- - sleep 300 # Wait for the container to be ready
37
- script :
38
- - python setup.py nosetests
39
- - stage : test
40
- python : ' 3.5'
29
+ python : ' 3.6'
41
30
env :
42
31
- TRIPAL=1
43
32
install :
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ $ chakin feature load_fasta \
88
88
## History
89
89
90
90
- 2.3.3
91
+ - Now requires python >= 3.6
91
92
- Better error reporting for blast loader
92
93
93
94
- 2.3.2
You can’t perform that action at this time.
0 commit comments