Skip to content

Commit

Permalink
remove apt-get install python-setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed El Mouctar HAIDARA committed Feb 24, 2019
1 parent 665aba6 commit f66d54e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -11,11 +11,8 @@ env:

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y graphviz python-setuptools
- pip install -U pip
- pip install -U setuptools wheel
- pip -V
- python -c "import sys; print('\n'.join(sys.path))"
- sudo apt-get install -y graphviz
- pip install -U pip setuptools wheel

install:
- pip install -q -U -r requirements_tests.txt
Expand Down

0 comments on commit f66d54e

Please sign in to comment.