diff --git a/.travis.yml b/.travis.yml index 9368b8e..9fc6607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: - docker python: - - '2.7' + - '3.6' jobs: include: @@ -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 @@ -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: diff --git a/README.md b/README.md index 3d9711e..1bf03ef 100644 --- a/README.md +++ b/README.md @@ -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