Skip to content

Commit

Permalink
Fix travis.yml typo (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbdreyer authored and bjlittle committed Jul 1, 2016
1 parent 3009cb8 commit 1021ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@ install:

# Install coveralls for test coverage
# ----------------------------------
- conda install coverage
- pip install coveralls

# Output debug info
# -----------------
- conda list
- conda info -a

script:
coverage run setup.py test
- coverage run setup.py test


after_sucess:
coveralls
after_success: coveralls
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ mock
netcdf4>=1.1
numpy
pep8
pip

0 comments on commit 1021ea3

Please sign in to comment.