Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to use py3.7 #523

Merged
merged 2 commits into from Jun 5, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
sudo: false
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved
language: python
dist: xenial
python:
- "2.7"
- "3.5"
- "3.7"
install: pip install tox-travis
script: tox
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -4,8 +4,7 @@
# and then run "tox" from this directory.

[tox]
#envlist = py27, py32, py34, py35
envlist = py27, py35
envlist = py27, py37
skipsdist = true

[testenv]
Expand Down