Skip to content
Snippets Groups Projects
Commit 415bf4b8 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Travis: upgrade to bionic.

parent 43c1f3a9
No related branches found
No related tags found
No related merge requests found
Pipeline #17800 failed
......@@ -2,7 +2,7 @@
# Read more under http://docs.travis-ci.com/user/build-configuration/
# THIS SCRIPT IS SUPPOSED TO BE AN EXAMPLE. MODIFY IT ACCORDING TO YOUR NEEDS!
dist: xenial
dist: bionic
sudo: false
language: python
virtualenv:
......@@ -52,8 +52,8 @@ install:
- pip3 install -e .
- pip3 install tensorflow torch || echo "failed to install machine learning stuff"
before_script:
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
- git config --global user.email "stephan.seitz@fau.de"
- git config --global user.name "Stephan Seitz"
script:
- export NO_GPU_EXECUTION=1
- if [[ "$LINT" == "true" ]]; then flake8 src;python setup.py doctest; exit 0; fi
......
......@@ -42,7 +42,6 @@ test_requires =
ansi2html
pytest-cov
tensorflow
torch
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
# python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
......@@ -63,7 +62,6 @@ testing =
ansi2html
pytest-cov
tensorflow
torch
[options.entry_points]
# Add here console scripts like:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment