mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
Edit per @minrk review
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,11 +1,12 @@
|
|||||||
# http://travis-ci.org/#!/jupyter/jupyterhub
|
# http://travis-ci.org/#!/jupyter/jupyterhub
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 3.3
|
|
||||||
- 3.4
|
|
||||||
- 3.5
|
|
||||||
- 3.6
|
|
||||||
- nightly
|
- nightly
|
||||||
|
- 3.6
|
||||||
|
- 3.5
|
||||||
|
- 3.4
|
||||||
|
- 3.3
|
||||||
|
|
||||||
|
|
||||||
# installing dependencies
|
# installing dependencies
|
||||||
before_install:
|
before_install:
|
||||||
@@ -17,8 +18,7 @@ install:
|
|||||||
|
|
||||||
# running tests
|
# running tests
|
||||||
script:
|
script:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' || $TRAVIS_PYTHON_VERSION == 'nightly' ]]; then pytest --maxfail=2 --cov=jupyterhub jupyterhub/tests; fi # for Python 3.6 and above
|
- pytest --maxfail=2 --cov=jupyterhub jupyterhub/tests
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' || $TRAVIS_PYTHON_VERSION == '3.4' || $TRAVIS_PYTHON_VERSION == '3.3' ]]; then py.test --maxfail=2 --cov=jupyterhub jupyterhub/tests; fi # for < 3.5
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user