mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 08:43:41 +00:00
first commit.
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
install:
|
||||
- pip install tox-travis
|
||||
script:
|
||||
- tox
|
Reference in New Issue
Block a user