summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2010-08-26 11:46:12 +0200
committerRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2010-08-26 11:46:12 +0200
commit1bd1a3a6149e7bcbe6ee18f36fdc0abc530de043 (patch)
tree8d0d44524d3b15d50d259782c5be709442260c02
parentd47319df16adfc63eacc8860b7c95c1467ad490b (diff)
downloadsetuptools-scm-1bd1a3a6149e7bcbe6ee18f36fdc0abc530de043.tar.gz
fix typo in the testsv0.9
-rw-r--r--test_hgdistver.py2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/test_hgdistver.py b/test_hgdistver.py
index 9314651..a62b4c4 100644
--- a/test_hgdistver.py
+++ b/test_hgdistver.py
@@ -142,7 +142,7 @@ def test_recreate_cachefile_from_pkginfo(tmpdir):
tmpdir.join('PKG-INFO').write('Version: 0.1')
assert not tmpdir.join('cachefile.txt').check()
ver = get_version(tmpdir, cachefile='cachefile.txt')
- assert ver == '1.0'
+ assert ver == '0.1'
assert tmpdir.join('cachefile.txt').check()
diff --git a/tox.ini b/tox.ini
index a2a90b5..9a478c8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py26,py31
+envlist=py24,py25,py26,py27,py31
[testenv]
deps=
py