Skip to content

Commit

Permalink
Reinitiate testing on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Mar 8, 2020
1 parent a47d16b commit 48627ca
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ install:
- pip install -U sphinx ipython travis-sphinx
- pip install -U numpydoc sphinxcontrib-fulltoc guzzle_sphinx_theme
- pip install git+https://github.com/leokoppel/sphinxcontrib-versioning.git
- pip install -U pytest coverage pytest-cov codecov
- pip install -U pytest coverage pytest-cov codecov black flake8
- wget -c https://download.asperasoft.com/download/sw/connect/3.8.1/ibm-aspera-connect-3.8.1.161274-linux-g2.12-64.tar.gz && tar -zxvf ibm-aspera-connect-3.8.1.161274-linux-g2.12-64.tar.gz && bash ibm-aspera-connect-3.8.1.161274-linux-g2.12-64.sh
script:
- make install
script:
- pysradb
- flake8
- black --check .
- pytest -s -v tests
#- make test
#- make coverage
#- codecov
- make test
- make coverage
- codecov
- travis-sphinx build --source=$TRAVIS_BUILD_DIR/docs
#- sphinx-versioning build $TRAVIS_BUILD_DIR/docs/ $TRAVIS_BUILD_DIR/docs/_build/html/
after_success:
Expand Down

0 comments on commit 48627ca

Please sign in to comment.