Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc58c7f

Browse files
committed
Travis fix (just notebooks for now)
Tmp
1 parent acffc34 commit fc58c7f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

‎.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,10 @@ python:
1212
install:
1313
- which pip
1414
- 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
15+
- pip install -r docs/requirements.txt
2216

2317
script:
24-
# - coverage run --source proplot -m py.test
25-
# - coverage report
2618
- pushd docs
2719
- make html
2820
- popd
2921

30-
after_success:
31-
# - coveralls

0 commit comments

Comments
 (0)