Skip to content

Commit

Permalink
Remove sith completely from the travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed May 20, 2017
1 parent d6a7817 commit 082cb99
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -12,12 +12,9 @@ matrix:
allow_failures:
- python: pypy
- env: TOXENV=cov
- env: TOXENV=sith
include:
- python: 3.5
env: TOXENV=cov
- python: 3.5
env: TOXENV=sith
install:
- pip install --quiet tox-travis
script:
Expand All @@ -27,4 +24,3 @@ after_script:
pip install --quiet coveralls;
coveralls;
fi

0 comments on commit 082cb99

Please sign in to comment.