summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-03-10 21:34:33 +0100
committerIlya Etingof <etingof@gmail.com>2016-03-10 21:34:33 +0100
commita509d5c71d5680309341c2c526f2e4d8e626d43f (patch)
tree91fefb3709e7c32c853755a13070e70b67ebbec3 /.travis.yml
parenta415f92d42180483ccaf7464af4e61b1e7e345c8 (diff)
downloadpyasn1-git-a509d5c71d5680309341c2c526f2e4d8e626d43f.tar.gz
exclude pypy build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b99e1f5..c1a64f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,6 @@ python:
- "3.3"
- "3.4"
- "3.5"
- - "nightly"
- - "pypy"
- - "pypy3"
install: python setup.py install
script: python test/suite.py
branches: