Python Packaging -- never do with one command what you can do with two.

This commit is contained in:
Jason R. Coombs 2016-09-28 12:29:05 -04:00
parent 8b4139a813
commit 4d382b3dee

View File

@ -3,6 +3,8 @@ language: python
python:
- 2.7
- 3.5
install:
- pip install tox
script:
- tox
branches: