Skip to content

Commit

Permalink
execute also new tests in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Oct 4, 2019
1 parent 75c0669 commit 1439b29
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,7 @@ install:
- if [[ -e build-requirements-${TRAVIS_PYTHON_VERSION}.txt ]]; then travis_retry pip install -r build-requirements-${TRAVIS_PYTHON_VERSION}.txt; else travis_retry pip install -r build-requirements.txt; fi
script:
- coverage run setup.py test
- pytest --cov --cov-append --cov-branch ecdsa ecdsa/
- python setup.py speed
after_success:
- coveralls
2 changes: 2 additions & 0 deletions build-requirements-2.6.txt
Expand Up @@ -2,3 +2,5 @@ tox
coveralls<1.3.0
idna<2.8
unittest2
pytest=3.1.1
pytest-cov<3.8.0
2 changes: 2 additions & 0 deletions build-requirements-3.2.txt
Expand Up @@ -7,3 +7,5 @@ PyYAML<3.13
tox<3.0
wheel<0.30
virtualenv==15.2.0
pytest>2.7.3
pytest-cov<2.8.0
3 changes: 3 additions & 0 deletions build-requirements-3.3.txt
Expand Up @@ -2,3 +2,6 @@ python-coveralls
tox<3.0
wheel<0.30
virtualenv==15.2.0
pytest<3.3
pytest-cov
py<1.5
2 changes: 2 additions & 0 deletions build-requirements.txt
@@ -1 +1,3 @@
python-coveralls
pytest>3.0.7
pytest-cov<2.8.0

0 comments on commit 1439b29

Please sign in to comment.