Enable TweepyErrorTests in CI builds.
authorJoshua Roesslein <jroesslein@gmail.com>
Fri, 9 Nov 2012 07:11:29 +0000 (23:11 -0800)
committerJoshua Roesslein <jroesslein@gmail.com>
Fri, 9 Nov 2012 07:11:29 +0000 (23:11 -0800)
[ci skip]

.travis.yml

index 9ce0fbb6bcf592e24397ae6c55dbc9258ae0a4ac..db3243d604b9982f08092e23e7a9635384d0a1ce 100644 (file)
@@ -1,7 +1,7 @@
 language: python
 python:
   - "2.7"
-script: nosetests -v tests:TweepyAPITests tests:TweepyCursorTests tests:TweepyCacheTests
+script: nosetests -v tests:TweepyAPITests tests:TweepyCursorTests tests:TweepyCacheTests tests:TweepyErrorTests
 env:
   TWITTER_USERNAME="tweepytest"
   CONSUMER_KEY="cjgm143dG9adHpiB4BsoQ"