Skip to content

Commit

Permalink
Only install tox when running on circle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Fievet committed Jan 18, 2017
1 parent 268d302 commit 91677b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Expand Up @@ -3,3 +3,7 @@
machine:
post:
- pyenv global 3.5.2 3.4.3 3.3.6 3.2.6 2.7.12
dependencies:
override:
- pip --version
- pip install tox

0 comments on commit 91677b5

Please sign in to comment.