Skip to content

Commit

Permalink
Reorder travis-sphinx arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed May 3, 2018
1 parent 3e811e2 commit 8721e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ install:
- sh -c "if [ '$TRAVIS_PYTHON_VERSION' = '3.5.2' ]; then pip install -r doc/requirements.txt & pip install travis-sphinx; fi"
- pip install -e .
script:
- sh -c "if [ '$TRAVIS_PYTHON_VERSION' = '3.5.2' ]; then travis-sphinx --branches=master,codedoc --source=doc/source --nowarn build; fi"
- sh -c "if [ '$TRAVIS_PYTHON_VERSION' = '3.5.2' ]; then travis-sphinx build --branches=master,codedoc --source=doc/source --nowarn; fi"
- py.test --cov-append --cov-config .coveragerc --cov=rtlsdr
- py.test --cov-append --cov-config .coveragerc --cov=rtlsdr --boxed --no-overrides --pyargs tests/no_override*
after_success:
- coveralls
- sh -c "if [ '$TRAVIS_PYTHON_VERSION' = '3.5.2' ]; then travis-sphinx --branches=master,codedoc deploy; fi"
- sh -c "if [ '$TRAVIS_PYTHON_VERSION' = '3.5.2' ]; then travis-sphinx deploy --branches=master,codedoc; fi"
deploy:
provider: pypi
distributions: "sdist bdist_wheel"
Expand Down

0 comments on commit 8721e1b

Please sign in to comment.