Skip to content

Commit

Permalink
give up on tox in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-york committed Jan 20, 2018
1 parent 0a1312a commit 08c3e85
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,8 @@ jobs:

steps:
- checkout
- run:
name: Install Dependencies
command: |
sudo apt update
sudo apt-get install python-tox
sudo apt-get install python3.3
sudo apt-get install python3.4
sudo apt-get install pypy
sudo pip install python3-setuptools

- run:
name: Run Tests
command: |
python setup.py test
- run:
name: Run Tox
command: |
tox -e py27,py33,py34,pypy

0 comments on commit 08c3e85

Please sign in to comment.