Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tox Error: unknown environment 'py35' #1220

Closed
deckar01 opened this issue Dec 15, 2016 · 5 comments
Closed

Tox Error: unknown environment 'py35' #1220

deckar01 opened this issue Dec 15, 2016 · 5 comments

Comments

@deckar01
Copy link

deckar01 commented Dec 15, 2016

Steps to reproduce

  1. Setup the project on a fresh machine
  2. Install the python versions required by tox (I used pyenv)
  3. Run the tests with make tests

Current behavior

$ make tests
pyve/bin/tox 
ERROR: unknown environment 'py35'
make: *** [tests] Error 1

Expected behavior

$ make tests
pyve/bin/tox 
GLOB sdist-make: /Users/jared/src/pylint/setup.py
py27 create: /Users/jared/src/pylint/.tox/py27
...

pylint --version output

$ pylint --version
pylint 2.0.0, 
astroid 1.4.8
Python 2.7.9 (default, May 12 2015, 18:48:38) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)]

Related issues

jdiegodcp/ramlfications#108

Suggested fix

Bump tox to 1.9.2.

@The-Compiler
Copy link
Contributor

or 2.3.2 while we're at it 😉

@deckar01
Copy link
Author

I will test 2.3.2 and update #1221 if it passes.

@deckar01
Copy link
Author

It looks like 2.5.0 is the highest release, but the .2 patch for 2.3 was the most recent release.

@degustaf
Copy link
Contributor

Is there any reason to specify a particular version of tox? Why not just let pip choose the most recent version on PyPI?

@deckar01
Copy link
Author

deckar01 commented Dec 15, 2016

I would recommend at least pinning the major version to avoid breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants