Skip to content

Commit

Permalink
Merge pull request #74 from AguaClara/v0.0.11
Browse files Browse the repository at this point in the history
try travis yet again
  • Loading branch information
eak24 authored May 11, 2018
2 parents fcf932a + d65d933 commit cb762c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 37 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,7 @@ coverage.xml
docs/_build/
venv/
*.iml
.idea/
.idea/

# Pytest
.pytest_cache/
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ python:
- '3.6'
install:
- pip install -r requirements-dev.txt
- pip install --user codecov
matrix:
fast_finish: true
script:
- pytest
- pytest --cov=./
stages:
- test
- deploy
Expand Down
33 changes: 0 additions & 33 deletions design_request_example.json

This file was deleted.

4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ scipy
numpy
pandas
matplotlib
pint
pint
codecov
pytest-cov

0 comments on commit cb762c3

Please sign in to comment.