Skip to content

Commit

Permalink
Testing: Run coveralls on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jan 22, 2017
1 parent d4f631f commit c90e5e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ machine:
TEST_CI: "True"
# Python versions to test (Maximum of 4 different versions for now)
PY_VERSIONS: "3.5 3.4 2.7"
# For Coveralls
COVERALLS_REPO_TOKEN: xh75EzxFFMoTEyNPo3wXxXv8OVkul3eE5
# Used by astropy-ci helpers
TRAVIS_OS_NAME: "linux"
PIP_DEPENDENCIES: "coveralls"
Expand Down Expand Up @@ -37,6 +39,8 @@ test:
# Check PyQt4
- export PATH="$HOME/miniconda/bin:$PATH" && source activate test && conda install -q qt=4.* pyqt=4.* && python qtpy/tests/runtests.py: # note the colon
parallel: true
- export PATH="$HOME/miniconda/bin:$PATH" && source activate test && coveralls: # note the colon
parallel: true
# Check Pyside
#- export PATH="$HOME/miniconda/bin:$PATH" && source activate test && conda remove -q qt pyqt && conda install -c conda-forge qt=4.* pyside && python qtpy/tests/runtests.py: # note the colon
# parallel: true

0 comments on commit c90e5e8

Please sign in to comment.