Skip to content

Commit

Permalink
Remove tox workaround for Travis CI
Browse files Browse the repository at this point in the history
No longer necessary.
  • Loading branch information
jdufresne authored and sigmavirus24 committed Aug 8, 2017
1 parent 2ed9948 commit 24979fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Expand Up @@ -19,11 +19,8 @@ matrix:
- python: 3.6
env: TOXENV=py36
- 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.

0 comments on commit 24979fb

Please sign in to comment.