Skip to content

Commit ab194a4

Browse files
committed
Fix package name in build script
1 parent 7de3527 commit ab194a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ cp /tmp/wheelhouse/ordereddict* /io/wheelhouse
1919
# Install packages and test
2020
for PYBIN in /opt/python/*/bin/; do
2121
${PYBIN}/pip install bencoder.pyx --no-index -f /io/wheelhouse
22-
(cd $HOME; ${PYBIN}/nosetests bencoder.pyx)
22+
(cd $HOME; ${PYBIN}/nosetests bencoder)
2323
done

0 commit comments

Comments
 (0)