magmax / python-readchar

Python library to read characters and key strokes
MIT License
143 stars 45 forks source link

CI: travis script uses "pip freeze -a" -- result: "no such option: -a" #33

Closed mbdevpl closed 6 years ago

mbdevpl commented 6 years ago
$ pip freeze -a
Usage:   
  pip freeze [options]
no such option: -a

Full log: https://travis-ci.org/mbdevpl/python-readchar/jobs/339754857

The question might be... what is that "pip freeze" for in the first place?

mbdevpl commented 6 years ago

The culprit is your last commit @magmax , please revert it or use --all, via #34.