Skip to content

Commit

Permalink
Add comments to .travis.yml and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
and-semakin committed Nov 24, 2019
1 parent 8f822cc commit c992322
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

language: python

# Supported Python versions.
# Please keep this list in sync with `tox.ini`.
python:
- "2.7"
- "3.4"
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
# Test on the following Python versions
# Latest test on Python 2.7.17, 3.4.10, 3.5.9, 3.6.9, 3.7.5, 3.8.0
# Test on the following Python versions.
# Latest test on Python 2.7.17, 3.4.10, 3.5.9, 3.6.9, 3.7.5, 3.8.0.
# Please keep this list in sync with `.travis.yml`.
envlist = py27, py34, py35, py36, py37, py38
skip_missing_interpreters = True

Expand Down

0 comments on commit c992322

Please sign in to comment.