Skip to content

Commit

Permalink
Update .travis.yml, installing python-dev in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky authored Jan 26, 2019
1 parent 5f4b2c5 commit d5b73d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ before_install:
- sudo apt-get update
- sudo apt-get install libc6
- conda install --yes libgcc
- sudo apt-get install python-dev
- sudo apt-get install python3-dev
install:
- conda create --yes -n shorttext-test python=$TRAVIS_PYTHON_VERSION
- source activate shorttext-test
Expand Down

0 comments on commit d5b73d7

Please sign in to comment.