Skip to content

Commit

Permalink
Add a pure Python 2.7 build to .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotonen committed Oct 21, 2017
1 parent 0fced3a commit 5700b92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,11 @@ python:
- 3.5
- 3.6

matrix:
include:
- python: "2.7"
env: PURE_PYTHON=1

install:
- pip install -U setuptools==33.1.1
- pip install coveralls coverage
Expand Down

0 comments on commit 5700b92

Please sign in to comment.