We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac6f0b commit fd87aadCopy full SHA for fd87aad
.travis.yml
@@ -9,7 +9,6 @@ python:
9
- '3.6-dev'
10
env:
11
- TOXENV=py-test
12
-- SELFINSTALL=1
13
14
matrix:
15
include:
testing/runtests_travis.py
@@ -14,4 +14,4 @@
call('easy_install dist/*', shell=True)
import pkg_resources
16
dist = pkg_resources.get_distribution('setuptools_scm')
17
- assert set(dist.version) != set(".0"), dist.version
+ assert set(dist.version) == set(".0"), dist.version
0 commit comments