Skip to content

Commit

Permalink
Run coveralls after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Mar 26, 2017
1 parent b4896ee commit 8ebe2b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ machine:
# Python versions to tests (Maximum of 4 different versions)
PY_VERSIONS: "2.7 3.5 3.6"
# For Coveralls
# COVERALLS_REPO_TOKEN: yt7YToGxRtnAcM6kSULoiCmOPetq10TaU
# Environment variable used by astropy helpers
COVERALLS_REPO_TOKEN: Kr503QwklmJYKXYRXLywrtw8zbX7K8SKx
# Environment variables used by astropy helpers
TRAVIS_OS_NAME: "linux"
CONDA_DEPENDENCIES_FLAGS: "--quiet"
CONDA_DEPENDENCIES: "spyder notebook pytest pytest-cov"
Expand Down Expand Up @@ -40,3 +40,6 @@ test:
# Tests
- export PATH="$HOME/miniconda/bin:$PATH" && source activate test && python runtests.py: # note the colon
parallel: true
# Coveralls
- export PATH="$HOME/miniconda/bin:$PATH" && source activate test && coveralls: # note the colon
parallel: true

0 comments on commit 8ebe2b2

Please sign in to comment.