Skip to content

Commit

Permalink
Manually installing pip to fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bfelbo authored Sep 9, 2018
1 parent 6e99beb commit 75044ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ matrix:
before_install:
- virtualenv env
- source env/bin/activate
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python get-pip.py
install:
- pip install nose tensorflow==1.4.0
- pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org flake8
- pip install nose flake8 tensorflow==1.4.0
- pip install -e .
script:
- flake8 deepmoji examples scripts tests --ignore=F403,E501,E123,E128,E402,F401,F841,F811
Expand Down

0 comments on commit 75044ff

Please sign in to comment.