Skip to content

Commit

Permalink
Update travis.yml to run on xenial for proper Python 3.7 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Nov 15, 2018
1 parent 77683d1 commit 3995c86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,12 +1,13 @@
# Config file for automatic testing at travis-ci.org
sudo: false
dist: xenial
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
install:
- pip install tox-travis
script:
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -9,10 +9,11 @@ commands = {[testenv:unit]commands}

[travis]
python =
2.7: py27
3.4: py34
3.5: py35
3.6: py36, lint, docs, build
3.7-dev: py37
3.6: py36
3.7: py37, lint, docs, build

[testenv:unit]
commands = pytest {posargs:--cov={envsitepackagesdir}/pydash {envsitepackagesdir}/pydash tests}
Expand Down

0 comments on commit 3995c86

Please sign in to comment.