Skip to content

Commit

Permalink
Remove stats env from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Jan 13, 2018
1 parent 69b44b6 commit c335f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ install:

env:
- TOX_ENV=lint
- TOX_ENV=py36,stats
- TOX_ENV=py35,stats
- TOX_ENV=py36
- TOX_ENV=py35
- TOX_ENV=doc

script:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = lint,doc,py36,py35,stats
envlist = lint,doc,py36,py35

[testenv]
deps =
Expand Down

0 comments on commit c335f45

Please sign in to comment.