Skip to content

Commit

Permalink
fixup! main test ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Feb 11, 2019
1 parent 1acb616 commit e0eae46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -6,6 +6,8 @@ test:
- source activate tagmaps
stage: test
script:
# test dev install
- pip install -e . --no-dependencies
# run main test
- python tests/test_all.py --maxItems 50 --autoMode
- pylint --output-format=text tagmaps | tee pylint.txt || pylint-exit $?
Expand Down
1 change: 0 additions & 1 deletion tests/test_all.py
Expand Up @@ -6,7 +6,6 @@

import sys
import os
import tagmaps
import argparse
from pathlib import Path
from tagmaps.__main__ import main as tm_main
Expand Down

0 comments on commit e0eae46

Please sign in to comment.