Skip to content

Commit 453b26d

Browse files
committed
Actually run tests on travis....
Relegate python -c "import analytics" to a before_script. Actually run the test.py script in preparation for nose_tests.
1 parent d8c8571 commit 453b26d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ python:
66
- "3.3"
77
install:
88
- pip install analytics-python
9-
10-
script: python -c "import analytics"
9+
10+
before_script: python -c "import analytics"
11+
script: python test.py
1112

1213
matrix:
1314
fast_finish: true

0 commit comments

Comments
 (0)