Skip to content

Commit 94f77b1

Browse files
committed
update deps
1 parent 6c9d9fc commit 94f77b1

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.travis.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
- docker
66

77
python:
8-
- '2.7'
8+
- '3.6'
99

1010
jobs:
1111
include:
@@ -15,7 +15,7 @@ jobs:
1515
script:
1616
- flake8 chado test --ignore=E501
1717
- stage: test
18-
python: '2.7'
18+
python: '3.6'
1919
install:
2020
- pip install -U pip setuptools nose
2121
- python setup.py install
@@ -26,18 +26,7 @@ jobs:
2626
script:
2727
- python setup.py nosetests
2828
- 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'
4130
env:
4231
- TRIPAL=1
4332
install:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ $ chakin feature load_fasta \
8888
## History
8989
9090
- 2.3.3
91+
- Now requires python >= 3.6
9192
- Better error reporting for blast loader
9293
9394
- 2.3.2

0 commit comments

Comments
 (0)