Skip to content

Commit

Permalink
fixed tox task in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gutomaia committed Nov 2, 2017
1 parent 04ead5f commit 44d7c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ nose==1.3.3
pep8==1.5.7
sphinx-rtd-theme==0.1.9
tdaemon==0.1.1
tox==2.5.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py27,py34
envlist = py27,py34,py35,pypy
skipsdist=True

[testenv]
Expand Down

0 comments on commit 44d7c66

Please sign in to comment.