Skip to content

Commit

Permalink
hardcode even more
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 31, 2014
1 parent 029d803 commit 6e676af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

pyver = '.'.join([str(i) for i in sys.version_info[0:3]])

wheels = glob.glob('wheelhouse-v{pyver}/*.whl'.format(pyver=pyver))
wheels = glob.glob('/home/travis/build/getnikola/nikola/wheelhouse-v{pyver}/*.whl'.format(pyver=pyver))
print('Installing wheels...')
for i in wheels:
print(i)
Expand Down

0 comments on commit 6e676af

Please sign in to comment.