Parcourir la source

Add Travis config file

Thomas Kluyver il y a 11 ans
Parent
commit
3bc038a43d
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

@@ -0,0 +1,6 @@
+language: python
+python:
+  - "2.7"
+  - "3.3"
+# command to run tests
+script: nosetests