Skip to content

Commit

Permalink
Trying to fix Travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sigvaldm committed May 9, 2019
1 parent 791600d commit 536b157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
python:
- 2.7
- 3.5
- 3.6
- 3.7-dev
before_install:
- pip install pytest pytest-cov
- pip install "pytest>=3.6"
- pip install pytest-cov
- pip install coveralls
script:
- pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tool:pytest]
addopts = --cov localreg --cov-report term-missing --doctest-modules --doctest-glob='*.rst'
addopts = test --cov localreg --cov-report term-missing --doctest-modules --doctest-glob='*.rst'

0 comments on commit 536b157

Please sign in to comment.