Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2019-01-06 09:12:50 +0300
committerCasey Deccio <casey@deccio.net>2019-01-06 09:12:50 +0300
commit90c9916efad60dbc2f953a2d975669554e249cd6 (patch)
tree3bdb5b877006fc45fc43e608be45ab6c90432c77 /.travis.yml
parentd02a06090857a35baf70aecc822ec48be6079014 (diff)
Add versions and requirements
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d1ad0ae..3d4fef5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1 +1,11 @@
language: python
+python:
+ - "2.6"
+ - "2.7"
+ - "3.4"
+ - "3.5"
+ - "3.6"
+# command to install dependencies
+install:
+ - pip install -r requirements.txt
+ - pip install .