We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c8571 commit 453b26dCopy full SHA for 453b26d
1 file changed
.travis.yml
@@ -6,8 +6,9 @@ python:
6
- "3.3"
7
install:
8
- pip install analytics-python
9
-
10
-script: python -c "import analytics"
+
+before_script: python -c "import analytics"
11
+script: python test.py
12
13
matrix:
14
fast_finish: true
0 commit comments