Skip to content

Commit

Permalink
Update .travis.yml to test on 3.6, and add basic tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Leigh Gordon committed Sep 10, 2019
1 parent e4ceb1e commit cda36da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "2.7"
- "3.5"
- "3.6"

install:
- pip install -r requirements.txt
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tox]
envlist = py27,py3

[testenv]
commands =
python setup.py test

0 comments on commit cda36da

Please sign in to comment.