Commit 6720b389 authored by olivier R-D's avatar olivier R-D

really fix travis

parent cfe2945f
......@@ -12,4 +12,4 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then pip install trollius ; fi
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then pip install enum34 ; fi
# command to run tests
script: ./run-tests.py
script: ./run-tests.sh
#! /usr/bin/env python
# coding: utf-8
import sys
sys.path.insert(0, "..")
sys.path.insert(0, ".")
import time
import logging
import math
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment