Skip to content

Commit

Permalink
Merge 0a658a9 into 2d1c182
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jan 29, 2018
2 parents 2d1c182 + 0a658a9 commit b89078d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ sudo: false

env:
global:
- CONDA_DEPENDENCIES="pytest numpy astropy"
- CONDA_DEPENDENCIES="pytest pytest-cov numpy astropy"
- PIP_DEPENDENCIES="coveralls"
matrix:
- PYTHON_VERSION=2.7
- PYTHON_VERSION=3.5
Expand All @@ -16,6 +17,9 @@ install:
- python setup.py install

script:
- python setup.py check --restructuredtext
- cd tests
- py.test --arraydiff
- python -c 'import pytest_arraydiff.plugin'
- pytest -vv --arraydiff --cov pytest_arraydiff tests
- pytest -vv --cov pytest_arraydiff --cov-append tests

after_success:
- coveralls

0 comments on commit b89078d

Please sign in to comment.