Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
Maybe fix travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
mbforbes committed Sep 27, 2014
1 parent 29ed9b2 commit 64c37e1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Expand Up @@ -2,14 +2,11 @@ language: python
python:
- "2.7"
install:
- sudo pip install pep8 coverage python-coveralls PyYAML
- pip install pep8 coverage python-coveralls PyYAML
- export PYTHONPATH=`pwd`:$PYTHONPATH
script:
# Test
# Travis is having trouble with coverage. Just running tests.
# - coverage run --source=parser.core.grammar,parser.core.hybridbayes,parser.core.matchers,parser.core.roslink parser/tests/test.py
- python parser/tests/test.py
- coverage run --source=parser.core.grammar,parser.core.hybridbayes,parser.core.matchers,parser.core.roslink parser/tests/test.py
after_success:
# Upload test results
# Travis is having trouble with coverage. Just running tests.
# - coveralls
- coveralls

0 comments on commit 64c37e1

Please sign in to comment.