Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochem Smit authored Dec 3, 2018
1 parent fd27290 commit 299d74a
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 @@ -7,6 +7,7 @@ python:
# command to install dependencies
install:
- pip install --upgrade pip setuptools
- pip install --upgrade pbr
- pip install -r requirements.txt --prefer-binary
- pip install joblib
#- python setup.py install
Expand All @@ -15,6 +16,8 @@ install:
script:
- pytest

before_deploy:
- pbr --version
deploy:
provider: pypi
user: Jhsmit
Expand Down

0 comments on commit 299d74a

Please sign in to comment.