simplify test script
This commit is contained in:
parent
1f3844da89
commit
f5900d1a7b
|
@ -17,6 +17,7 @@ matrix:
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: DOCS=1
|
env: DOCS=1
|
||||||
|
script: 'cd docs && make html'
|
||||||
- python: pypy
|
- python: pypy
|
||||||
- python: pypy
|
- python: pypy
|
||||||
env: OPENSSL=1.0.2
|
env: OPENSSL=1.0.2
|
||||||
|
@ -40,8 +41,7 @@ before_script:
|
||||||
- "openssl version -a"
|
- "openssl version -a"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "if [ -z \"$DOCS\" ]; then nosetests --with-cov --cov-report term-missing; fi"
|
- "nosetests --with-cov --cov-report term-missing"
|
||||||
- "if [ -n \"$DOCS\" ]; then cd docs && make html; fi"
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
Loading…
Reference in New Issue