We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de3527 commit ab194a4Copy full SHA for ab194a4
ci/build-wheels.sh
@@ -19,5 +19,5 @@ cp /tmp/wheelhouse/ordereddict* /io/wheelhouse
19
# Install packages and test
20
for PYBIN in /opt/python/*/bin/; do
21
${PYBIN}/pip install bencoder.pyx --no-index -f /io/wheelhouse
22
- (cd $HOME; ${PYBIN}/nosetests bencoder.pyx)
+ (cd $HOME; ${PYBIN}/nosetests bencoder)
23
done
0 commit comments