Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Remove (unused) Makefile #7

Merged
merged 1 commit into from
May 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[tox]
project = css_explore
# These should match the travis env list
envlist = py27,py35,py36,pypy

Expand All @@ -12,9 +11,5 @@ commands =
pre-commit install -f --install-hooks
pre-commit run --all-files

[testenv:venv]
envdir = venv-{[tox]project}
commands =

[pep8]
ignore = E265,E309,E501