Skip to content

Commit

Permalink
fixing coverage syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Alp Dener committed Apr 1, 2015
1 parent aea4804 commit d231668
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:
# The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
- "sudo rm -rf /dev/shm"
- "sudo ln -s /run/shm /dev/shm"

# Install packages
install:
- "conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy scipy nose"
Expand All @@ -23,7 +24,8 @@ install:

# Run test
script:
- "coverage run setup.py test"
- "coverage run --source=Kona setup.py test"
- "coverage report -m"
# - "nosetests --with-coverage --cover-package=Kona --logging-level=INFO"

# Calculate coverage
Expand Down

0 comments on commit d231668

Please sign in to comment.