Skip to content

Commit

Permalink
Try to remove the whitespace to possibly get actual pure python versi…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
Michael Howitz committed Apr 9, 2019
1 parent 2430447 commit 995a4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ matrix:
include:
- name: "2.7-pure"
python: "2.7"
env: PURE_PYTHON = 1
env: PURE_PYTHON=1
- python: "3.7"
dist: xenial
- name: "3.7-pure"
python: "3.7"
env: PURE_PYTHON = 1
env: PURE_PYTHON=1
dist: xenial
- python: "3.8-dev"
dist: xenial
Expand Down

0 comments on commit 995a4ee

Please sign in to comment.