We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763be54 commit 595b22aCopy full SHA for 595b22a
.travis.yml
@@ -0,0 +1,8 @@
1
+language: python
2
+python: 2.7
3
+env:
4
+- TOX_ENV=flake8
5
+install:
6
+- pip install tox
7
+script:
8
+- tox -e $TOX_ENV
README.md
@@ -1,4 +1,5 @@
# pageview-api
+[](https://travis-ci.org/Commonists/pageview-api)
[](http://opensource.org/licenses/MIT)
Wikimedia Pageview API client
0 commit comments