Skip to content

Commit

Permalink
try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Aug 12, 2016
1 parent 783f7ab commit 76ca91d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{26,27,33,34}-build
envlist = py{26,27,33,34,35,py,py3},nightly

[tox:travis]
3.5 = py35
Expand All @@ -16,6 +16,5 @@ adopts=--ignore=setup.py --maxfail=1 --capture=sys --cov-report term-missing --c
python_files=*.py
python_functions=test_
norecursedirs=.tox .git
commands =
build: py.test --cov-report term-missing --cov creds
commands = py.test --cov-report term-missing --cov creds
deps = -rtest-requirements.txt

0 comments on commit 76ca91d

Please sign in to comment.