From a509d5c71d5680309341c2c526f2e4d8e626d43f Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Thu, 10 Mar 2016 21:34:33 +0100 Subject: exclude pypy build --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.1