We're not using tox-travis any more - ditch it.

This commit is contained in:
Aldo Cortesi 2016-06-10 20:05:18 +12:00
parent 6da3ef48e0
commit 3f7dc296c8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ install:
brew outdated openssl || brew upgrade openssl
brew install python
fi
- pip install tox tox-travis
- pip install tox
before_script:
- "tox -e lint"