Skip to content

Commit

Permalink
Testing: Start testing in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Nov 10, 2018
1 parent fd356cb commit 32c2029
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,30 @@ language: python
sudo: false

env:
global:
- CONDA_DEPENDENCIES='pyqt traitlets ipython_genutils jupyter_core jupyter_client pygments ipykernel pytest pytest-cov'
- PIP_DEPENDENCIES='coveralls'
global:
- CONDA_DEPENDENCIES='pyqt traitlets ipython_genutils jupyter_core jupyter_client pygments ipykernel pytest pytest-cov'
- PIP_DEPENDENCIES='coveralls'

matrix:
include:
- python: "3.6"
- python: "3.5"
- python: "2.7"
env: PIP_DEPENDENCIES="coveralls mock"
include:
- python: "3.6"
os: osx
- python: "2.7"
os: osx
- python: "3.6"
os: linux
- python: "3.5"
os: linux
- python: "2.7"
os: linux
env: PIP_DEPENDENCIES="coveralls mock"

install:
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh

script:
- pytest -x -vv --cov=qtconsole qtconsole
- pytest -x -vv --cov=qtconsole qtconsole

after_success:
- coveralls
- coveralls

0 comments on commit 32c2029

Please sign in to comment.