Skip to content

Commit

Permalink
Fixed meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk committed Jun 16, 2018
1 parent f117cdc commit ccd3ef1
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,11 +6,11 @@ source:
path: ..

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

requirements:
build:
- string: {{ environ.get('TRAVIS_COMMIT') }}
- python {{ environ.get('TRAVIS_PYTHON_VERSION') }}
- setuptools
run:
Expand Down

0 comments on commit ccd3ef1

Please sign in to comment.