This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
dev-requirements.txt
4 lines
38 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[dev-requirements.txt] add pytest and tox to dev-requirements.txt In theory only pytest would be required for devs to run the tests locally, but we also use tox for setting up the test virtualenvs on the CI.
2016-02-06 22:15:02 +00:00
pytest>=2.8
dev-requirements.txt: add virtualenv>=15.0 as Appveyor ships with an old one virtualenv is required by tox. Appveyor ships with virtualenv 13.x or something. tox works fine with that. However, virtualenv install its own embedded version of pip in the newly created environments. When we install the requirements.txt, pip complains that pip is not up-to-date. Updating virtualenv makes pip stop complaining. Woosh.
2016-04-10 17:36:27 +01:00
virtualenv>=15.0
[dev-requirements.txt] add pytest and tox to dev-requirements.txt In theory only pytest would be required for devs to run the tests locally, but we also use tox for setting up the test virtualenvs on the CI.
2016-02-06 22:15:02 +00:00
tox>=2.3
Reference in New Issue
Copy Permalink