Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson committed Nov 6, 2015
1 parent ff1022b commit 700a177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -37,6 +37,6 @@ before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script: py.test --mpl-baseline-path=tests/baseline_images --mpl --cov=parse_files --cov=visualizations --cov=utils --cov=environment_file --cov=transform_data
script: py.test --mpl-baseline-path=tests/baseline_images --mpl --cov=avidaspatial
after_success:
- coveralls

0 comments on commit 700a177

Please sign in to comment.