Skip to content

Commit

Permalink
Removing tox again, seems to fail on py3.5
Browse files Browse the repository at this point in the history
Don't want to investigate the travis/tox issue, so just moving back
  • Loading branch information
PaulSchweizer committed Jun 2, 2018
1 parent 1709eeb commit 99698eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ python:
- "3.5"
- "3.6"

# command to install dependencies
install:
- pip install tox-travis
- python setup.py install

# command to run tests
script: tox
script:
- nosetests --with-coverage --cover-erase --cover-package=ascii_canvas
8 changes: 0 additions & 8 deletions tox.ini

This file was deleted.

0 comments on commit 99698eb

Please sign in to comment.