Skip to content

Commit

Permalink
Update readme and test for py38 (#34)
Browse files Browse the repository at this point in the history
Update readme and test for py38
  • Loading branch information
ocefpaf authored Nov 27, 2019
2 parents cc9179d + f5e49af commit f4eb57b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@ sudo: false
matrix:
fast_finish: true
include:
- name: "python-3.7"
env: PY=3.7
- name: "python-3.6"
env: PY=3.6
- name: "python-2.7"
env: PY=2.7
- name: "python-3.6"
env: PY=3.6
- name: "python-3.7"
env: PY=3.7
- name: "python-3.8"
env: PY=3.8

before_install:
# Install miniconda and create TEST env.
- |
wget http://bit.ly/miniconda -O miniconda.sh
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
Expand Down
5 changes: 2 additions & 3 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ depfinder
Installation
------------

``depfinder`` is on pypi. It is tested against Python 2.7 and 3.4-3.6. It is
not yet available for py3.7 because stdlib-list is not yet py37 compatible.
``depfinder`` is on pypi. It is tested against Python 2.7 and 3.6-3.8.

pip install depfinder

It is available via conda. ::

conda install -c ericdill depfinder
conda install -c conda-forge depfinder

It is also via github. ::

Expand Down

0 comments on commit f4eb57b

Please sign in to comment.