diff options
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index a4d0e3e..a7f534c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,16 +4,16 @@ os: # - linux - osx -addons: - apt: - packages: - - libgmp-dev +#addons: +# apt: +# packages: +# - libgmp-dev sudo: false -cache: - ccache: true - pip: true - directories: - - $HOME/.pyenv/cache +#cache: +# ccache: true +# pip: true +# directories: +# - $HOME/.pyenv/cache env: - PYENV_VERSION=2.1.3 - PYENV_VERSION=2.2.3 |