Skip to content

Commit

Permalink
version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kr-stn committed Aug 16, 2019
1 parent bf2bdad commit a0f9a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- pip install codecov
# skip Pandas on Python <3.4
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install -e .[dev34]; else pip install -e .[dev]; fi
# install black on 3.6
# install black on 3.7
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install black; fi
script:
- coverage run --source=sentinelsat -m pytest -v
Expand Down

0 comments on commit a0f9a20

Please sign in to comment.