summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2016-08-30 12:29:37 -0500
committerDavid Beazley <dave@dabeaz.com>2016-08-30 12:29:37 -0500
commit40dbd98451aaead653d1282ed88c8bd67b870dbd (patch)
tree96dc3246c4414c22a6c55f7987ff391400fcb8fe
parent72cf37bfd40dfba8404bf434bc52d0432b21fe42 (diff)
downloadply-40dbd98451aaead653d1282ed88c8bd67b870dbd.tar.gz
Removed --use-mirrors option
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e5733f3..874e3df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,5 @@ python:
- "3.3"
- "3.4"
install:
- - "pip install . --use-mirrors"
+ - "pip install . "
script: "cd test && python testlex.py && python testyacc.py"