Skip to content

Commit

Permalink
Remove conda env after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Feb 6, 2016
1 parent e3a3b31 commit 8223bb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@ install:
- python setup.py install --single-version-externally-managed --record=/tmp/record.txt

after_success:
- conda remove --name moca-test --all
- codecov
- coveralls

after_failure:
- conda remove --name moca-test --all


script: nose2 -v --with-coverage

deploy:
Expand Down

0 comments on commit 8223bb4

Please sign in to comment.