Skip to content

Commit

Permalink
Remove setuptools from CI (ianlini#19)
Browse files Browse the repository at this point in the history
* remove setuptools from CI

* update badge links
  • Loading branch information
ianlini authored Sep 30, 2019
1 parent 3737042 commit 1d75bf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
env: TOXENV=flake8

install:
- pip install -U pip wheel setuptools
- pip install -U pip wheel
- pip install -U Cython
- pip install -U tox-travis tox

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ flatten-dict
.. image:: https://img.shields.io/travis/ianlini/flatten-dict/master.svg
:target: https://travis-ci.org/ianlini/flatten-dict
.. image:: https://img.shields.io/pypi/v/flatten-dict.svg
:target: https://pypi.python.org/pypi/flatten-dict
:target: https://pypi.org/project/flatten-dict/
.. image:: https://img.shields.io/pypi/l/flatten-dict.svg
:target: https://pypi.python.org/pypi/flatten-dict
:target: https://github.com/ianlini/flatten-dict/blob/master/LICENSE
.. image:: https://img.shields.io/github/stars/ianlini/flatten-dict.svg?style=social
:target: https://github.com/ianlini/flatten-dict

Expand Down

0 comments on commit 1d75bf8

Please sign in to comment.