We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26016e1 commit 70dbcfcCopy full SHA for 70dbcfc
.travis.yml
@@ -9,8 +9,8 @@ install:
9
script:
10
- coverage run -m unittest && coverage report # runs tests with coverage
11
- bash <(curl -s https://codecov.io/bash) # generate coverage report
12
- - cd docs && make html # generate html docs
13
- python setup.py sdist bdist_wheel # build python package
+ - cd docs && make html # generate html docs
14
branches:
15
only:
16
- master
0 commit comments