Skip to content

Commit

Permalink
do not run with empty env
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Jan 25, 2016
1 parent 7788873 commit 2f29797
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ language: python

sudo: false

python:
- "3.4"
- "3.5"
- "2.7"
# pypy testing currently breaks because of the tempfile dir used for KALITE_HOME
# - "pypy"

matrix:
include:
- python: "2.7"
env: TOX_ENV=py2.7
- python: "2.7"
env: TOX_ENV=docs
- python: "2.7"
env: TOX_ENV=bdd
- python: "3.4"
env: TOX_ENV=py3.4
Expand Down

0 comments on commit 2f29797

Please sign in to comment.