summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-04-07 18:12:10 -0400
committerKenneth Reitz <me@kennethreitz.com>2012-04-07 18:12:10 -0400
commit59ba874311931639c8161474c86a09da83296b7b (patch)
tree13d99c7f5df42e3e0e3d740f1d3d4e57f85c6d30 /.travis.yml
parentd67989ac1068d31d808d4021eeecb12ae9451824 (diff)
downloadoauthlib-59ba874311931639c8161474c86a09da83296b7b.tar.gz
make test
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e9405e..6bb2058 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,4 +2,4 @@ language: python
python:
- 2.6
- 2.7
-script: python setup.py test \ No newline at end of file
+script: make test \ No newline at end of file