Browse Source

Revert "Merge pull request #472 from msabramo/add-tox.ini"

This reverts commit f533deadf1ce91f8c2b958549e9fab648e757837, reversing
changes made to 0958bd5baa7d994534fc2fad2fcb4e75b2caba17.

This no longer works.
Matt Robenolt 8 years ago
parent
commit
d625450317
3 changed files with 1 additions and 12 deletions
  1. 0 1
      .gitignore
  2. 1 1
      setup.cfg
  3. 0 10
      tox.ini

+ 0 - 1
.gitignore

@@ -1,5 +1,4 @@
 .coverage
-.tox
 .DS_Store
 *.egg-info
 *.pyc

+ 1 - 1
setup.cfg

@@ -7,7 +7,7 @@ looponfailroots = src/sentry tests
 [flake8]
 ignore = F999,E501,E128,E124,E402,W503,E731,C901
 max-line-length = 100
-exclude = .tox,.git,*/south_migrations/*,node_modules/*,src/sentry/static/sentry/vendor/*,docs/*
+exclude = .git,*/south_migrations/*,node_modules/*,src/sentry/static/sentry/vendor/*,docs/*
 
 [bdist_wheel]
 python-tag = py27

+ 0 - 10
tox.ini

@@ -1,10 +0,0 @@
-# Tox (http://codespeak.net/~hpk/tox/) is a tool for running tests
-# in multiple virtualenvs. This configuration file will run the
-# test suite on all supported python versions. To use it, "pip install tox"
-# and then run "tox" from this directory.
-
-[tox]
-envlist = py26, py27
-
-[testenv]
-commands = python setup.py test