Skip to content

Commit

Permalink
specify branch and dependency, skip upload docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikofski committed Feb 16, 2017
1 parent 06d7a96 commit ee3f31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- sudo apt-get install -y libatlas-dev liblapack-dev libblas-dev
before_script:
- pip uninstall -y dulwich
- pip install -e git+https://github.com/jelmer/dulwich.git
- pip install -e git+https://github.com/mikofski/dulwich.git@versioneer#egg=dulwich
script:
- pytest
- python setup.py bdist_wheel
Expand All @@ -24,5 +24,6 @@ deploy:
user: bwanamarko
password: $PYPI_PASSWORD
distributions: "sdist bdist_wheel" # Your distributions here
skip_upload_docs: true
on:
tags: true

0 comments on commit ee3f31c

Please sign in to comment.