Skip to content

Commit

Permalink
changed python version with tox to 3.5, sehmaschine#656
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Oct 2, 2015
1 parent 907146a commit 38f4694
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion runtests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
import os
import sys

import pytest


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,34}-django18
envlist = py{27,35}-django18

[testenv]
setenv =
Expand Down

0 comments on commit 38f4694

Please sign in to comment.