Commit graph

6 commits

Author SHA1 Message Date
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