Skip to content

Commit

Permalink
using travis test matrix instead tox
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Mar 18, 2019
1 parent 295ecbf commit 0fa0252
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: python
sudo: false
python:
- "2.7"
- "3.6"
- "3.7"
install:
- pip install -U setuptools
- make dependencies
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ clean:
@find . -name "*.pyc" -delete

test: dependencies clean
@tox
@PYTHONPATH=. django-admin.py test --settings htmlmin.tests.mock_settings htmlmin

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ django==1.11.20
beautifulsoup4==4.7.1
html5lib==1.0.1
six==1.12.0
tox==3.7.0
6 changes: 0 additions & 6 deletions tox.ini

This file was deleted.

0 comments on commit 0fa0252

Please sign in to comment.