Commit Graph

9 Commits

Author SHA1 Message Date
cclauss
5b86928c4b Use ==/!= to compare str, bytes, and int literals (#767)
* Travis CI: Add more flake8 tests

* Use ==/!= to compare str, bytes, and int literals

./project_euler/problem_17/sol1.py:25:7: F632 use ==/!= to compare str, bytes, and int literals
			if i%100 is not 0:
      ^

* Use ==/!= to compare str, bytes, and int literals

* Update sol1.py
2019-05-16 19:26:46 +08:00
cclauss
ba759d9573
Add automated flake8 testing of pull requests
The owner of the this repo would need to go to https://travis-ci.org/profile and flip the repository switch __on__ to enable free automated flake8 testing of each pull request.  Flake8 will find bugs and code smells.
2017-11-25 00:10:39 +01:00
Anup Kumar Panwar
aa8485b4df Delete .travis.yml 2017-09-29 11:28:07 +05:30
Anup Kumar Panwar
8bae14ba1c Update .travis.yml 2017-09-29 11:22:32 +05:30
Francisco Matias
c313a7bb4f Update .travis.yml 2017-06-20 22:08:03 -03:00
Sylvain
52f71d933b Add most recent Python versions in Travis CI
Add more recent Python versions including
development branches and nightly build.
2017-03-06 21:06:15 +01:00
Harshil Darji
c55eb1d082 Change .travis.yml 2016-08-03 00:42:39 +05:30
Sergey Tsaplin
de86950e87 Add coverege 2016-08-01 18:09:26 +05:00
Sergey Tsaplin
231ab6216b Travis integration (Add .travis.yml) 2016-08-01 16:19:40 +05:00