Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhwcmhf committed Jan 27, 2019
1 parent c17b30e commit b84e5ef
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Expand Up @@ -11,16 +11,11 @@ install:
- pip install python-coveralls
- pip install pytest-dependency
- pip install pytest-mock
- pip install -e .

script:
- pip install -e .
- py.test --cov=contk tests/ --cov-report term-missing
- python ./models/run_tests.py
- cd docs
- make html
- mv ./build/html ./build/docs
- rm -r ./build/doctrees
- cd ..
- py.test --cov=contk tests/ --cov-report term-missing && python ./models/run_tests.py
- cd docs && make html && mv ./build/html ./build/docs && rm -r ./build/doctrees && cd ..

deploy:
- provider: pages
Expand Down

0 comments on commit b84e5ef

Please sign in to comment.