We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fe96f8 + d73daaa commit aafe852Copy full SHA for aafe852
.travis.yml
@@ -0,0 +1,11 @@
1
+language: python
2
+python:
3
+ - "3.4"
4
+ - "3.5"
5
+ - "3.6"
6
+# command to install dependencies
7
+install:
8
+ - pip install .
9
+# command to run tests
10
+script:
11
+ - pytest tests/*.py
0 commit comments