Skip to content

Commit

Permalink
Trying a better build string
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk committed Jul 3, 2018
1 parent e39cf4c commit 1011dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source:
path: ..

build:
string: {{ environ.get('TRAVIS_COMMIT') }}
string: {{ 'py'+environ.get('TRAVIS_PYTHON_VERSION')+environ.get('TRAVIS_COMMIT')[:8] }}
script: python setup.py install --single-version-externally-managed --record=record.txt

requirements:
Expand Down

0 comments on commit 1011dbf

Please sign in to comment.