Skip to content

Commit

Permalink
Merge pull request #79 from ThreatResponse/fix_distutils_warning
Browse files Browse the repository at this point in the history
suppress warning about setuptools
  • Loading branch information
jparr authored Jun 10, 2018
2 parents 6b8d94f + d1061ac commit a556ee7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ before_install:
install:
- pip install -r requirements.txt
- pip install flake8
- python setup.py install

- python -W ignore::UserWarning:distutils.dist setup.py build
script:
- cat aws_ir/_version.py
- flake8 aws_ir
Expand Down

0 comments on commit a556ee7

Please sign in to comment.