Skip to content

Commit

Permalink
cleanup travis setup
Browse files Browse the repository at this point in the history
(issue #1602)
  • Loading branch information
felipesanches committed Oct 6, 2017
1 parent b8a4aa1 commit bd92844
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,20 @@ branches:
before_install:
- sudo add-apt-repository --yes ppa:fontforge/fontforge
- sudo apt-get update -qq
- sudo apt-get -y install python-fontforge ttfautohint swig
- sudo apt-get -y install python-fontforge ttfautohint
- sudo apt-get install mono-runtime libmono-system-windows-forms4.0-cil
- pip install --upgrade pip
install:
- export LD_LIBRARY_PATH=/usr/local/lib
- export PATH=$PATH:prebuilt/fval/
- export LD_PRELOAD=prebuilt/custom_freetype/lib/libfreetype.so
- cp /usr/lib/python2.7/dist-packages/fontforge.* /home/travis/virtualenv/python2.7.13/lib/python2.7/site-packages
- pip install BeautifulSoup4
- pip install requests
- pip install protobuf
- pip install unidecode
- pip install lxml
- pip install glyphsLib
- pip install defusedxml
- pip install pylint
- pip install -e .
- pip install git+https://github.com/behdad/fonttools.git
- pip install glyphsLib
- pip install pytest
- pip install flake8
- pip install -e .
- pip install pylint
script:
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
- export WONT_FIX=invalid-name,bad-indentation
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ def fontbakery_scripts():
'defusedxml',
'requests',
'unidecode',
'protobuf'
'protobuf',
'bs4'
]
)

Expand Down

0 comments on commit bd92844

Please sign in to comment.