Kaydet (Commit) 23c3432b authored tarafından Berker Peksag's avatar Berker Peksag

Tweak comments a bit.

üst b3a61ba5
sudo: false # Run travis jobs in containers sudo: false # run travis jobs in containers
language: python language: python
cache: cache:
directories: directories:
- $PWD/wheelhouse # cache wheels so that we don't hit network everytime - $PWD/wheelhouse # cache wheels so that we don't hit network everytime
env: env:
global: global:
- PIP_FIND_LINKS=$PWD/wheelhouse - PIP_FIND_LINKS=$PWD/wheelhouse
...@@ -14,6 +14,6 @@ env: ...@@ -14,6 +14,6 @@ env:
- TOXENV=pypy - TOXENV=pypy
- TOXENV=pypy3 - TOXENV=pypy3
install: install:
- pip wheel tox # No wheel distribution for tox on pypi yet - pip wheel tox # no wheel distribution for tox on pypi yet
- pip install tox - pip install tox
script: tox script: tox
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment