Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tox workaround for Travis CI #62

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 3 additions & 6 deletions .travis.yml
Expand Up @@ -19,11 +19,8 @@ matrix:
- python: 3.5
env: TOXENV=py35
- python: pypy
env: TOXENV=pypy PYPY_VERSION=5.1
env: TOXENV=pypy

install:
- ./.travis/install.sh
install: pip install tox

script:
- source ~/.venv/bin/activate
- tox
script: tox
17 changes: 0 additions & 17 deletions .travis/install.sh

This file was deleted.