mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 23:00:20 +00:00
.travis modified to use tox
This commit is contained in:
+3
-4
@@ -1,8 +1,7 @@
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
# command to install dependencies
|
||||
install: "pip install pipenv --upgrade"
|
||||
# command to run tests
|
||||
script: make
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
|
||||
Reference in New Issue
Block a user