Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jssuzanne committed Sep 4, 2018
1 parent d46bcb5 commit a04199b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -25,9 +25,8 @@ before_install:
install:
- pip install -U pip
# only eggs: do an erreur with wheel
- pip install python_editor
- pip install texttable
- pip install PyYAML
- if [[ $TRAVIS_PYTHON_VERSION == '3.7-dev' ]]; then pip install python_editor texttable PyYAML; fi
- if [[ $TRAVIS_PYTHON_VERSION == 'nightly' ]]; then pip install python_editor texttable PyYAML; fi
# only wheel
- pip install wheel
- pip install psycopg2
Expand Down

0 comments on commit a04199b

Please sign in to comment.