Skip to content

Commit

Permalink
Merge fcb0342 into c5d2d23
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Aug 26, 2019
2 parents c5d2d23 + fcb0342 commit 590dd72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -16,6 +16,7 @@ matrix:
dist: trusty
language: python
python: 3.4
install: pip install pytest==3.10 pytest-asyncio==0.5 pytest-cov pytest-repeat pytest-runner coveralls
# OSX - 3.6
- os: osx
language: generic
Expand All @@ -30,6 +31,6 @@ matrix:
script: python setup.py test --addopts "--basetemp=$TMPDIR/pytest"


install: pip install -U coveralls pytest
install: pip install -U coveralls
script: python setup.py test
after_success: coveralls

0 comments on commit 590dd72

Please sign in to comment.