Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Jun 3, 2020
1 parent 6c9d9fc commit 94f77b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- docker

python:
- '2.7'
- '3.6'

jobs:
include:
Expand All @@ -15,7 +15,7 @@ jobs:
script:
- flake8 chado test --ignore=E501
- stage: test
python: '2.7'
python: '3.6'
install:
- pip install -U pip setuptools nose
- python setup.py install
Expand All @@ -26,18 +26,7 @@ jobs:
script:
- python setup.py nosetests
- stage: test
python: '3.5'
install:
- pip install -U pip setuptools nose
- python setup.py install
- export CHAKIN_GLOBAL_CONFIG_PATH=`pwd`/test-data/chakin.yml
- sudo service postgresql stop
- chakin util launch_docker_image --background --no_yeast
- sleep 300 # Wait for the container to be ready
script:
- python setup.py nosetests
- stage: test
python: '3.5'
python: '3.6'
env:
- TRIPAL=1
install:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ $ chakin feature load_fasta \
## History
- 2.3.3
- Now requires python >= 3.6
- Better error reporting for blast loader
- 2.3.2
Expand Down

0 comments on commit 94f77b1

Please sign in to comment.