Skip to content

Commit

Permalink
Adding branches to tox whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
pferate committed Jan 8, 2015
1 parent 58a7962 commit 9b0a996
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
;envlist = py26, py27, py33, py34
envlist = py27, py33, py34
envlist = py26, py27, py33, py34
;envlist = py27, py33, py34
;skipsdist = True

[testenv]
Expand All @@ -24,3 +24,9 @@ commands = nosetests

[testenv:py34]
commands = nosetests

# whitelist
branches:
only:
- master
- python3

0 comments on commit 9b0a996

Please sign in to comment.