We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921a5b6 commit 6bb8d5aCopy full SHA for 6bb8d5a
.gitignore
@@ -1,3 +1,7 @@
1
sightengine/*.pyc
2
3
*.pyc
4
+
5
+*.iml
6
7
+*.xml
.travis.yml
@@ -0,0 +1,8 @@
+language: python
+python:
+ - "3.6"
+install:
+ - pip install
+script:
8
+ - python tests.py
tests.py
@@ -0,0 +1 @@
+pass
0 commit comments