Skip to content

Commit

Permalink
More Travis stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Sep 16, 2018
1 parent f942740 commit c41cd4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ cache: pip
# See: https://github.com/travis-ci/travis-ci/issues/9815

python:
- 2.7
- 3.4
- 3.5
- 3.6
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "pypy"
- "pypy3.6"

install:
- pip install pipenv
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Sphinx = "*"
coveralls = "*"
pytest = "*"
pytest-cov = "*"
pathlib2 = {version = "*", markers="python_version < '3.5'"}

[requires]
python_version = "3.6"

0 comments on commit c41cd4a

Please sign in to comment.