Skip to content

Commit

Permalink
suppress warning about setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkrug committed Mar 1, 2018
1 parent 9cc44ed commit 9bf0556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ before_install:
install:
- "pip install -r requirements.txt"
- "pytest tests/"
- "python setup.py build"
- "python setup.py install"
- "python -W ignore::UserWarning:distutils.dist setup.py build"
- "python -W ignore::UserWarning:distutils.dist setup.py install"
script:
- "pytest tests/"

0 comments on commit 9bf0556

Please sign in to comment.