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 3748e28 commit 5c9625aCopy full SHA for 5c9625a
.travis.yml
@@ -8,5 +8,8 @@ python:
8
- "pypy"
9
install:
10
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; pip install -r requirements26.txt; fi
11
+ - "rm -rf dist/*"
12
- pip install -r requirements.txt
-script: nosetests tests
13
+ - python setup.py bdist_wheel
14
+ - pip install dist/*.whl
15
+script: cd tests/ && nosetests .
requirements.txt
@@ -1,3 +1,4 @@
1
nose==1.2.1
2
py==1.4.12
3
tox==1.4.2
4
+wheel==0.24.0
0 commit comments