##// END OF EJS Templates
cd to /tmp in Travis for tests
Thomas Kluyver -
Show More
@@ -10,5 +10,5 b' before_install:'
10 10 install:
11 11 - python setup.py install -q
12 12 script:
13 - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then iptest; fi
14 - if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then iptest3; fi
13 - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then cd /tmp; iptest; fi
14 - if [[ $TRAVIS_PYTHON_VERSION == '3.'* ]]; then cd /tmp; iptest3; fi
General Comments 0
You need to be logged in to leave comments. Login now