Skip to content

Commit

Permalink
Add comment for travis script URL
Browse files Browse the repository at this point in the history
Getting version numbers for setup.py
  • Loading branch information
david4096 committed Dec 9, 2016
1 parent 2e69949 commit e2488b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# Then, when the change has been accepted at the schemas repository
# you can change this to point back at the master branch!
git+git://github.com/david4096/ga4gh-client.git@protobuf31#egg=ga4gh_client
git+git://github.com/david4096/schemas.git@protobuf31#egg=ga4gh_schemas
git+git://github.com/david4096/schemas.git@pipfixes#egg=ga4gh_schemas
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
# way to resolve our internal dependencies. During development,
# the constraints file will point at the current master branch
# of the respective module.
-c constraints.txt
ga4gh-client
ga4gh-common==0.0.5
ga4gh-schemas
ga4gh-client

Werkzeug==0.11.5
MarkupSafe==0.23
Expand Down
2 changes: 1 addition & 1 deletion tools/travis-install-protoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# bash tools/travis-install-protoc.sh 3.0.0-beta-3.1
#

# From https://github.com/ga4gh/schemas/blob/667978e7dd3bfc6d10bfd5c1d64a395c5741e313/tools/travis-install-protoc.sh

# make bash more robust.
set -beEux -o pipefail
Expand Down

0 comments on commit e2488b3

Please sign in to comment.