Thanks to visit codestin.com Credit goes to github.com
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 acffc34 commit fc58c7fCopy full SHA for fc58c7f
‎.travis.yml
@@ -12,20 +12,10 @@ python:
12
install:
13
- which pip
14
- which python
15
- - pip install .
16
- - python setup.py install --user
17
- # - pip install pytest-cov
18
- # - pip install coveralls
19
- # - pip install black
20
- # - pip install flake8
21
- # - pip install isort
+ - pip install -r docs/requirements.txt
22
23
script:
24
- # - coverage run --source proplot -m py.test
25
- # - coverage report
26
- pushd docs
27
- make html
28
- popd
29
30
-after_success:
31
- # - coveralls
0 commit comments