Skip to content

Commit

Permalink
added python dev to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Nov 23, 2018
1 parent e24d077 commit dc3c89e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ before_install:
- if [ "${TRAVIS_OS_NAME:-}" == "osx" ]; then
brew update;
fi
- if [ "${TRAVIS_OS_NAME:-}" -ne "osx" ]; then
sudo apt install libpython3.6-dev;
fi
- $PYTHON --version
- $PIP install -r requirements.txt
- $PIP install pep8>=1.7.1
Expand Down

0 comments on commit dc3c89e

Please sign in to comment.