Skip to content

Commit

Permalink
Merge pull request #17 from daxslab/new_python_version_tests
Browse files Browse the repository at this point in the history
#16 Add tox tests for Python 3.7
  • Loading branch information
cccaballero authored Oct 18, 2018
2 parents e64d0b2 + 73bd80e commit dd1ce09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
sudo: false
language: python
sudo: required
dist: xenial
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install tox-travis
script:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py34, py35, py36
envlist = py26, py27, py34, py35, py36, py37

[testenv]
commands = py.test
Expand Down

0 comments on commit dd1ce09

Please sign in to comment.