Skip to content

Commit

Permalink
Added use of tox to test moment against multiple verions of python
Browse files Browse the repository at this point in the history
  • Loading branch information
shanx committed Dec 18, 2016
1 parent 96696f3 commit 917abbf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 1 @@
.tox/
15 changes: 15 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 1,15 @@
[tox]
envlist = py27, py33, py34, py35

[testenv]
commands = python tests.py
setenv =
PYTHONDONTWRITEBYTECODE=1
PYTHONWARNINGS=once
deps =
-rrequirements.txt
basepython =
py27: python2.7
py33: python3.3
py34: python3.4
py35: python3.5

0 comments on commit 917abbf

Please sign in to comment.