Skip to content

Commit

Permalink
version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 29, 2019
1 parent 1059a0f commit 9835dcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ install:
- pip install pycodestyle
- pip install flake8
- pip install codecov
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install scikit-learn==0.20 networkx==2.2; fi
script:
- then pycodestyle .
- then flake8 .
- python setup.py install
- python setup.py test
- cd docs && pip install -r requirements.txt && make clean && make html && cd ..
- cd docs && pip install -r requirements_1.txt && make clean && make html && cd ..
after_success:
- codecov
notifications:
Expand Down
7 changes: 5 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
version: 2

build:
image: latest

python:
version: 3.7
system_packages: true
install:
- requirements: docs/requirements_1.txt
- requirements: docs/requirements_2.txt
setup_py_install: true
system_packages: true
- method: setuptools
path: .

formats: []

0 comments on commit 9835dcf

Please sign in to comment.