Commit graph

13 commits

Author SHA1 Message Date
Charles Milette
6aaac9e0e6 Install dependencies on CI 2018-08-03 23:16:51 -03:00
cclauss
f33312f69f flake8 . --show-source gives us more context
* Trusty and sudo false are now th defaults
* Add pip caching of modules will speed up Travis builds
* Step up to Python 3.6
2017-08-10 05:31:00 +02:00
cclauss
5e4badac3c Update .travis.yml 2017-07-04 15:00:28 +02:00
cclauss
6864997cab on_failure: never # always will be the setting once code changes slow down 2017-07-04 10:48:58 +02:00
cclauss
3953765b83 --max-complexity=10 2017-07-04 10:47:10 +02:00
cclauss
7aa9c1e040 Silence the email notifications on_failure 2017-07-04 07:03:39 +02:00
cclauss
ab46a50446 Remove that pesky comma 2017-07-04 06:57:51 +02:00
cclauss
7b4a7656fc Remove Python 2 from testing and add Python 3.5.0
Pokemon-Terminal does not support Python 2.
2017-06-29 19:08:52 +02:00
cclauss
7c10577226 pytest --capture=sys # for testing text on stdout 2017-06-28 06:44:37 +02:00
cclauss
7512521244 Install and run pytest 2017-06-28 00:14:08 +02:00
cclauss
a30a02e666 Ensure latest and greatest version of Python 2017-06-24 16:41:33 +02:00
cclauss
48a0802f5a Remove before_install 2017-06-24 16:39:28 +02:00
cclauss
03d7121508 Create .travis.yml
This will automatically run [flake8](https://flake8.pycqa.org) tests and `unittest.py` on every pull request to this repo.  This will help contributors know if their submissions would break the build.  To turn on this free service, you would need to do steps 1 and 2 of https://docs.travis-ci.com/user/getting-started/
2017-06-24 16:37:56 +02:00