Skip to content

Commit

Permalink
Trying to add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dmasad committed Apr 16, 2015
1 parent 8cd6b6d commit 994b195
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ python:
install:
- sudo apt-get install gfortran
- sudo apt-get install libblas-dev liblapack-dev
- pip install numpy==1.9.1 pandas==0.15.2 tornado==4.0.2 flake8==2.4.0 matplotlib sympy nose
- pip install numpy==1.9.1 pandas==0.15.2 tornado==4.0.2 flake8==2.4.0 matplotlib sympy nose coverage
- travis_wait pip install scipy
- pip install coveralls
script:
Expand All @@ -15,5 +15,6 @@ script:
# * E501 - line length limit
# * E123 - indentation on data structures
- flake8 . --ignore=F403,E501,E123,E128 --exclude=docs/
- nosetests --with-coverage
after_success:
- coveralls

0 comments on commit 994b195

Please sign in to comment.